ClearImage .NET API
HorizontalDpi Property





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

Reference

ImageInfo Class
ImageInfo Members