ClearImage .NET API
IO Property





Inlite.ClearImageNet Namespace > BarcodeReader Class : IO Property
ImageIO object controls how PDF files are opened for barcode reading
Syntax
'Declaration
 
Public Property IO As ImageIO
'Usage
 
Dim instance As BarcodeReader
Dim value As ImageIO
 
instance.IO = value
 
value = instance.IO
public ImageIO IO {get; set;}
public read-write property IO: ImageIO; 
public function get,set IO : ImageIO
public:
property ImageIO^ IO {
   ImageIO^ get();
   void set (    ImageIO^ value);
}
See Also

Reference

BarcodeReader Class
BarcodeReader Members