ClearImageNet Send comments on this topic.
Pdf417 Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : Pdf417 Property




Enables/disables reading of PDF417 barcodes

Syntax

Visual Basic (Declaration) 
Public Property Pdf417 As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Boolean
 
instance.Pdf417 = value
 
value = instance.Pdf417
C# 
public bool Pdf417 {get; set;}
Managed Extensions for C++ 
public: __property bool get_Pdf417();
public: __property void set_Pdf417( 
   bool value
);
C++/CLI 
public:
property bool Pdf417 {
   bool get();
   void set (bool value);
}

Remarks

Licensing: Requires ClearImage PDF417 license

See Also

Generated from assembly ClearImageNet [5.7.1.0]