C#
VB
C++
Gets or sets a value that specifies the group of QR Code symbols.
[DataMemberAttribute(Name="GroupNumber", IsRequired=true)]
public int GroupNumber { get; set; }
<DataMemberAttribute(Name="GroupNumber", IsRequired=True)>
Public Property GroupNumber As Integer
[DataMemberAttribute(Name="GroupNumber", IsRequired=true)]
public:
property int GroupNumber {
int get();
void set ( int );
}
Group of QR Code symbols. The maximum number of symbols in a group is 16.
For an example, refer to BarcodeWriteQr class example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET