←Select platform

Group Property

Summary

Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols.

Syntax

C#
VB
Java
Objective-C
C++
public int Group { get; set; } 
<BrowsableAttribute(False)> 
Public Property Group As Integer 
@property (nonatomic, assign) NSInteger group 
public int getGroup() 
public void setGroup(int value) 
             
[BrowsableAttribute(false)] 
public: 
property int Group { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly