C#
VB
C++
Gets or sets BarcodeWriteDatamatrix object that contains the information related to Data Matrix barcodes.
[DataMemberAttribute(Name="BarcodeWriteDatamatrix", IsRequired=true)]
public BarcodeWriteDatamatrix CodeDatamatrix { get; set; }
<DataMemberAttribute(Name="BarcodeWriteDatamatrix", IsRequired=True)>
Public Property CodeDatamatrix As Leadtools.Services.Barcode.Datacontracts.BarcodeWriteDatamatrix
[DataMemberAttribute(Name="BarcodeWriteDatamatrix", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeWriteDatamatrix^ CodeDatamatrix {
Leadtools.Services.Barcode.Datacontracts.BarcodeWriteDatamatrix^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeWriteDatamatrix^ );
}
A BarcodeWriteDatamatrix object that contains the information related to Data Matrix 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