C#
VB
C++
Gets or sets a BarcodeWriteQr object that contains information about QR barcodes.
[DataMemberAttribute(Name="CodeQr", IsRequired=true)]
public BarcodeWriteQr CodeQr { get; set; }
<DataMemberAttribute(Name="CodeQr", IsRequired=True)>
Public Property CodeQr As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr
[DataMemberAttribute(Name="CodeQr", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ CodeQr {
Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr^ );
}
A BarcodeWriteDatamatrix object that contains information about QR barcodes.
For an example, refer to WriteRequest.
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