Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="XModule", IsRequired=True)> Public Property XModule As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="XModule", IsRequired=true)] public int XModule {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="XModule", IsRequired=true)] public: property int XModule { int get(); void set (int value); } |
Return Value
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family