Gets or sets a value that indicates whether to enable the group mode when writing MicroPDF417 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 the group mode when writing MicroPDF417 barcodes. Otherwise, false.. The default value is false.
To enable the group mode, set the value of EnableGroupMode to true and set the Function Code Word required in MicroPDF417BarcodeData.DataCode, before writing the barcode.
For an example, refer to MicroPDF417BarcodeWriteOptions.
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