Leadtools.Barcode Namespace > BarcodeData Class : PDF417Group Property |
[BrowsableAttribute(false)] public int PDF417Group {get; set;}
'Declaration <BrowsableAttribute(False)> Public Property PDF417Group As Integer
'Usage Dim instance As BarcodeData Dim value As Integer instance.PDF417Group = value value = instance.PDF417Group
[BrowsableAttribute(false)] public int PDF417Group {get; set;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute() get_PDF417Group();
set_PDF417Group(value);
[BrowsableAttribute(false)] public: property int PDF417Group { int get(); void set ( int value); }
This property is set by the BarcodeReader object when a PDF417 symbol is read.
To use this value when writing PDF417 symbols you must set the value of PDF417BarcodeWriteOptions.EnableGroupMode to true.
For an example, refer to PDF417BarcodeData.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2