![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > PDF417BarcodeData Class : Group Property |
[BrowsableAttribute(false)] public int Group {get; set;}
'Declaration
<BrowsableAttribute(False)> Public Property Group As Integer
'Usage
Dim instance As PDF417BarcodeData Dim value As Integer instance.Group = value value = instance.Group
[BrowsableAttribute(false)] public int Group {get; set;}
@property (nonatomic, assign) NSInteger group
public int getGroup() public void setGroup(int value)
BrowsableAttribute() <br/>get_Group();<br/>set_Group(value);<br/>Object.defineProperty('Group');
[BrowsableAttribute(false)] public: property int Group { 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.