C#
VB
C++
Gets or sets the total number of QR Code symbols.
[DataMemberAttribute(Name="GroupTotal", IsRequired=true)]
public int GroupTotal { get; set; }
<DataMemberAttribute(Name="GroupTotal", IsRequired=True)>
Public Property GroupTotal As Integer
[DataMemberAttribute(Name="GroupTotal", IsRequired=true)]
public:
property int GroupTotal {
int get();
void set ( int );
}
Total number 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