ClearImageNet Send comments on this topic.
File Property
See Also 
Inlite.ClearImageNet Namespace > Barcode Class : File Property




Name of the image file containing the barcode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property File As String
Visual Basic (Usage)Copy Code
Dim instance As Barcode
Dim value As String
 
value = instance.File
C# 
public string File {get;}
Managed Extensions for C++ 
public: __property string* get_File();
C++/CLI 
public:
property String^ File {
   String^ get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]