Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols.
[BrowsableAttribute(false)]
public int PDF417Group {get; set;}
<BrowsableAttribute(False)>
Public Property PDF417Group As Integer
[BrowsableAttribute(false)]
public int PDF417Group {get; set;}
BrowsableAttribute()
<br/>get_PDF417Group();<br/>set_PDF417Group(value);<br/>Object.defineProperty('PDF417Group');
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