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 SegmentCount As Integer
Get
Set
property int SegmentCount {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions Remarks
Value must be less than or equal to 99999.
See Also