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