Click or drag to resize

CodePDF417UtilSegmentIndex Property

Gets or Sets the Segment Index for a Macro PDF417 symbol.

Namespace:  Zebra.Sdk.Card.Graphics.Barcode
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
int SegmentIndex { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the specified SegmentIndex is invalid.
Remarks
Value must be 0 to 99998 and less than the value of the SegmentCount property.
See Also