| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=True)> Public Property CodeQr As BarcodeWriteQr | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=true)] public BarcodeWriteQr CodeQr {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=true)] public: property BarcodeWriteQr^ CodeQr { BarcodeWriteQr^ get(); void set (BarcodeWriteQr^ value); } | |
Return Value
A BarcodeWriteDatamatrix object that contains the information related to QR barcodes.For an example, Refer to WriteOption.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code