C#
VB
C++
Gets or sets BarcodeWritePdf object containing PDF417 and MicroPDF417 barcode options to be written.
[DataMemberAttribute(Name="BarcodeWritePdf", IsRequired=true)]
public BarcodeWritePdf CodePdf { get; set; }
<DataMemberAttribute(Name="BarcodeWritePdf", IsRequired=True)>
Public Property CodePdf As Leadtools.Services.Barcode.Datacontracts.BarcodeWritePdf
[DataMemberAttribute(Name="BarcodeWritePdf", IsRequired=true)]
public:
property Leadtools.Services.Barcode.Datacontracts.BarcodeWritePdf^ CodePdf {
Leadtools.Services.Barcode.Datacontracts.BarcodeWritePdf^ get();
void set ( Leadtools.Services.Barcode.Datacontracts.BarcodeWritePdf^ );
}
A BarcodeWritePdf object that contains PDF417 and MicroPDF417 barcode options 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