←Select platform

EnableGroupMode Property

Summary

Gets or sets a value that indicate whether to enable group mode when writing PDF417 barcodes.

Syntax
C#
VB
Objective-C
C++
Java
public bool EnableGroupMode { get; set; } 
Public Property EnableGroupMode As Boolean 
@property (nonatomic, assign) BOOL enableGroupMode 
public boolean getEnableGroupMode() 
public void setEnableGroupMode(boolean value) 
public: 
property bool EnableGroupMode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable group mode when writing PDF417 barcodes. Otherwise, false.. The default value is false.

Remarks

To enable group mode, set the value of EnableGroupMode to true and set the group code required in PDF417BarcodeData.Group before writing the barcode.

Example

For an example, refer to PDF417BarcodeWriteOptions.

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