Gets or sets a value that indicates whether to use the Function Code word for Code 128 emulation when writing MicroPDF417 barcodes.
public bool UseMode128Emulation { get; set; }
Public Property UseMode128Emulation As Boolean
public bool UseMode128Emulation {get; set;}
@property (nonatomic, assign) BOOL useMode128Emulation
public boolean getUseMode128Emulation()
public void setUseMode128Emulation(boolean value)
<br/>get_UseMode128Emulation();<br/>set_UseMode128Emulation(value);<br/>Object.defineProperty('UseMode128Emulation');
true to the Function Code word for Code 128 emulation. Otherwise, false. The default value is false.
To use Function Code word for Code 128 emulation, set the value of UseMode128Emulation to true and 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