Gets or sets a value that indicate whether to enable group mode when writing PDF417 barcodes.
public bool EnableGroupMode { get; set; }
Public Property EnableGroupMode As Boolean
public bool EnableGroupMode {get; set;}
@property (nonatomic, assign) BOOL enableGroupMode
public boolean getEnableGroupMode()
public void setEnableGroupMode(boolean value)
<br/>get_EnableGroupMode();<br/>set_EnableGroupMode(value);<br/>Object.defineProperty('EnableGroupMode');
true to enable group mode when writing PDF417 barcodes. Otherwise, false.. The default value is false.
To enable group mode, set the value of EnableGroupMode to true and set the group code required in PDF417BarcodeData.Group before writing the barcode.
For an example, refer to PDF417BarcodeWriteOptions.
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