ClearImage .NET API
Length Property (Barcode)





Inlite.ClearImageNet Namespace > Barcode Class : Length Property
Barcode length in characters
Syntax
'Declaration
 
Public ReadOnly Property Length As System.Integer
'Usage
 
Dim instance As Barcode
Dim value As System.Integer
 
value = instance.Length
public System.int Length {get;}
public read-only property Length: System.Integer; 
public function get Length : System.int
public:
property System.int Length {
   System.int get();
}
See Also

Reference

Barcode Class
Barcode Members