C#
VB
C++
Gets or sets the type of Micro Pdf417 barcode to be written.
[DataMemberAttribute(Name="Type", IsRequired=true)]
public WriteBarcode2DMicroPdf417Type Type { get; set; }
<DataMemberAttribute(Name="Type", IsRequired=True)>
Public Property Type As Leadtools.Services.Barcode.Datacontracts.WriteBarcode2DMicroPdf417Type
[DataMemberAttribute(Name="Type", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.WriteBarcode2DMicroPdf417Type Type {
Leadtools.Services.Barcode.Datacontracts.WriteBarcode2DMicroPdf417Type get();
void set ( Leadtools.Services.Barcode.Datacontracts.WriteBarcode2DMicroPdf417Type );
}
A WriteBarcode2DMicroPdf417Type enumerated value that contains the type of MICRO Pdf417 barcode to be written.
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