←Select platform

UseMode128Emulation Property

Summary

Gets or sets a value that indicates whether to use the Function Code word for Code 128 emulation when writing MicroPDF417 barcodes.

Syntax
C#
VB
Objective-C
C++
Java
public bool UseMode128Emulation { get; set; } 
Public Property UseMode128Emulation As Boolean 
@property (nonatomic, assign) BOOL useMode128Emulation 
public boolean getUseMode128Emulation() 
public void setUseMode128Emulation(boolean value) 
public: 
property bool UseMode128Emulation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to the Function Code word for Code 128 emulation. Otherwise, false. The default value is false.

Remarks

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.

Example

For an example, refer to MicroPDF417BarcodeWriteOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly