ClearImage .NET API
File Property





Inlite.ClearImageNet Namespace > Barcode Class : File Property
Name of the image file containing the barcode.
Syntax
'Declaration
 
Public ReadOnly Property File As System.String
'Usage
 
Dim instance As Barcode
Dim value As System.String
 
value = instance.File
public System.string File {get;}
public read-only property File: System.String; 
public function get File : System.String
public:
property System.String^ File {
   System.String^ get();
}
See Also

Reference

Barcode Class
Barcode Members