The CodePdf Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read.| Visual Basic (Declaration) | |
|---|---|
Public Property CodePdf As BarcodeReadPdf | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeReadActivity Dim value As BarcodeReadPdf instance.CodePdf = value value = instance.CodePdf | |
| C# | |
|---|---|
public BarcodeReadPdf CodePdf {get; set;} | |
| C++/CLI | |
|---|---|
public: property BarcodeReadPdf^ CodePdf { BarcodeReadPdf^ get(); void set ( BarcodeReadPdf^ value); } | |
Property Value
BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code