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