C#
VB
C++
Gets or sets the size of the written QR barcode, in thousandths of an inch.
[DataMemberAttribute(Name="XModule", IsRequired=true)]
public int XModule { get; set; }
<DataMemberAttribute(Name="XModule", IsRequired=True)>
Public Property XModule As Integer
[DataMemberAttribute(Name="XModule", IsRequired=true)]
public:
property int XModule {
int get();
void set ( int );
}
Size of the written QR barcode. If the value is too small, a minimum of 5 pixels will be used.
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