ClearImage .NET API
Pdf417 Property





Inlite.ClearImageNet Namespace > BarcodeReader Class : Pdf417 Property
Enables/disables reading of PDF417 barcodes
Syntax
'Declaration
 
Public Property Pdf417 As System.Boolean
'Usage
 
Dim instance As BarcodeReader
Dim value As System.Boolean
 
instance.Pdf417 = value
 
value = instance.Pdf417
public System.bool Pdf417 {get; set;}
public read-write property Pdf417: System.Boolean; 
public function get,set Pdf417 : System.boolean
public:
property System.bool Pdf417 {
   System.bool get();
   void set (    System.bool value);
}
See Also

Reference

BarcodeReader Class
BarcodeReader Members