Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : UseMode128Emulation Property |
[DisplayNameAttribute("Mode 128 emulation")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Use the Function Code word for Code 128 emulation")] public bool UseMode128Emulation {get; set;}
'Declaration <DisplayNameAttribute("Mode 128 emulation")> <CategoryAttribute(" Options")> <DefaultValueAttribute()> <DescriptionAttribute("Use the Function Code word for Code 128 emulation")> Public Property UseMode128Emulation As Boolean
'Usage Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Boolean instance.UseMode128Emulation = value value = instance.UseMode128Emulation
[DisplayNameAttribute("Mode 128 emulation")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Use the Function Code word for Code 128 emulation")] public bool UseMode128Emulation {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Mode 128 emulation") CategoryAttribute(" Options") DefaultValueAttribute() DescriptionAttribute("Use the Function Code word for Code 128 emulation") get_UseMode128Emulation();
set_UseMode128Emulation(value);
[DisplayNameAttribute("Mode 128 emulation")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DescriptionAttribute("Use the Function Code word for Code 128 emulation")] public: property bool UseMode128Emulation { bool get(); void set ( bool value); }
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2