Leadtools.Barcode Namespace > MicroPDF417BarcodeWriteOptions Class : EnableGroupMode Property |
[DisplayNameAttribute("Enable group mode")] [CategoryAttribute(" Options")] [DescriptionAttribute("Enable group mode")] [DefaultValueAttribute()] public bool EnableGroupMode {get; set;}
'Declaration <DisplayNameAttribute("Enable group mode")> <CategoryAttribute(" Options")> <DescriptionAttribute("Enable group mode")> <DefaultValueAttribute()> Public Property EnableGroupMode As Boolean
'Usage Dim instance As MicroPDF417BarcodeWriteOptions Dim value As Boolean instance.EnableGroupMode = value value = instance.EnableGroupMode
[DisplayNameAttribute("Enable group mode")] [CategoryAttribute(" Options")] [DescriptionAttribute("Enable group mode")] [DefaultValueAttribute()] public bool EnableGroupMode {get; set;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Enable group mode") CategoryAttribute(" Options") DescriptionAttribute("Enable group mode") DefaultValueAttribute() get_EnableGroupMode();
set_EnableGroupMode(value);
[DisplayNameAttribute("Enable group mode")] [CategoryAttribute(" Options")] [DescriptionAttribute("Enable group mode")] [DefaultValueAttribute()] public: property bool EnableGroupMode { bool get(); void set ( bool value); }
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.
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