Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Group Property (PDF417BarcodeData)








Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols.
Syntax
[BrowsableAttribute(false)]
public int Group {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Property Group As Integer
'Usage
 
Dim instance As PDF417BarcodeData
Dim value As Integer
 
instance.Group = value
 
value = instance.Group
[BrowsableAttribute(false)]
public int Group {get; set;}
@property (nonatomic, assign) NSInteger group
public int getGroup()
public void setGroup(int value)
            
BrowsableAttribute()
 <br/>get_Group();<br/>set_Group(value);<br/>Object.defineProperty('Group'); 
[BrowsableAttribute(false)]
public:
property int Group {
   int get();
   void set (    int value);
}

Property Value

An Int32 that specifies whether this PDF417 barcode symbol is a member of a group of symbols. Default value is 0.
Remarks

This property is set by the BarcodeReader object when a PDF417 symbol is read.

To use this value when writing PDF417 symbols you must set the value of PDF417BarcodeWriteOptions.EnableGroupMode to true.

Example

For an example, refer to PDF417BarcodeData.

Requirements

Target Platforms

See Also

Reference

PDF417BarcodeData Class
PDF417BarcodeData Members

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