C#
VB
C++
Gets or sets the BarcodeWriteQr object that contains the information related to QR barcodes.
[DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=true)]
public BarcodeWriteQr CodeQr { get; set; }
<DataMemberAttribute(Name="BarcodeWriteQr", IsRequired=True)>
Public Property CodeQr As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteQr
[DataMemberAttribute(Name="BarcodeWriteQr", 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 the information related to QR barcodes.
For an example, Refer to WriteOption.
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