←Select platform

Group Property

Summary

Specifies whether the barcode symbol is a member of a group of symbols.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Group", IsRequired=true)] 
public int Group { get; set; } 
  
<DataMemberAttribute(Name="Group", IsRequired=True)> 
Public Property Group As Integer 
[DataMemberAttribute(Name="Group", IsRequired=true)] 
public: 
property int Group { 
   int get(); 
   void set (    int ); 
} 

Property Value

Specifies whether the barcode symbol is a member of a group of symbols.

Remarks

This property is used for reading PDF417 symbols.

Example

For an example, refer to Barcode1d example.

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.Services.Barcode.DataContracts Assembly