Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols.
public int Group { get; set; }
<BrowsableAttribute(False)>
Public Property Group As Integer
@property (nonatomic, assign) NSInteger group
public int getGroup()
public void setGroup(int value)
An Int32 that specifies whether this PDF417 barcode symbol is a member of a group of symbols. Default value is 0.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET