Click or drag to resize

CodePDF417UtilSegmentCount Property

Gets or Sets the number of Macro PDF417 symbols.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the specified SegmentCount is invalid.
Remarks
Value must be less than or equal to 99999.
See Also