ClearImage .NET API
Width Property (ImageInfo)





Inlite.ClearImageNet Namespace > ImageInfo Class : Width Property
Width of the page image
Syntax
'Declaration
 
Public ReadOnly Property Width As System.Integer
'Usage
 
Dim instance As ImageInfo
Dim value As System.Integer
 
value = instance.Width
public System.int Width {get;}
public read-only property Width: System.Integer; 
public function get Width : System.int
public:
property System.int Width {
   System.int get();
}
See Also

Reference

ImageInfo Class
ImageInfo Members