ClearImage 8 Help
IO Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > BarcodeReader Class : IO Property






ImageIO to configure opening of image files

Syntax

Visual Basic (Declaration) 
Public Property IO As ImageIO
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As ImageIO
 
instance.IO = value
 
value = instance.IO
C# 
public ImageIO IO {get; set;}
Delphi 
public read-write property IO: ImageIO; 
JScript 
public function get,set IO : ImageIO
Managed Extensions for C++ 
public: __property ImageIO* get_IO();
public: __property void set_IO( 
   ImageIO* value
);
C++/CLI 
public:
property ImageIO^ IO {
   ImageIO^ get();
   void set (    ImageIO^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.