LEADTOOLS Barcode (Leadtools.Barcode assembly)

UseMode128Emulation Property

Show in webframe







Gets or sets a value that indicates whether to use the Function Code word for Code 128 emulation when writing MicroPDF417 barcodes.
Syntax
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Use the Function Code word for Code 128 emulation")]
[DisplayNameAttribute("Mode 128 emulation")]
public bool UseMode128Emulation {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Use the Function Code word for Code 128 emulation")>
<DisplayNameAttribute("Mode 128 emulation")>
Public Property UseMode128Emulation As Boolean
'Usage
 
Dim instance As MicroPDF417BarcodeWriteOptions
Dim value As Boolean
 
instance.UseMode128Emulation = value
 
value = instance.UseMode128Emulation
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Use the Function Code word for Code 128 emulation")]
[DisplayNameAttribute("Mode 128 emulation")]
public bool UseMode128Emulation {get; set;}
@property (nonatomic, assign) BOOL useMode128Emulation;
public boolean getUseMode128Emulation()
public void setUseMode128Emulation(boolean value)
            
CategoryAttribute("		Options")
DefaultValueAttribute()
DescriptionAttribute("Use the Function Code word for Code 128 emulation")
DisplayNameAttribute("Mode 128 emulation")
 
get_UseMode128Emulation();
set_UseMode128Emulation(value);
Object.defineProperty('UseMode128Emulation');
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Use the Function Code word for Code 128 emulation")]
[DisplayNameAttribute("Mode 128 emulation")]
public:
property bool UseMode128Emulation {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

MicroPDF417BarcodeWriteOptions Class
MicroPDF417BarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features