←Select platform

PDF417Group 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
WinRT C#
C++
[BrowsableAttribute(false)] 
public int PDF417Group {get; set;} 
<BrowsableAttribute(False)> 
Public Property PDF417Group As Integer 
[BrowsableAttribute(false)] 
public int PDF417Group {get; set;} 
BrowsableAttribute() 
 <br/>get_PDF417Group();<br/>set_PDF417Group(value);<br/>Object.defineProperty('PDF417Group');  
[BrowsableAttribute(false)] 
public: 
property int PDF417Group { 
   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