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