ClearImage .NET API
HorizontalResolution Property





Inlite.ClearImageNet Namespace > ImageEditor Class : HorizontalResolution Property
Gets/Sets horizontal resolution in dots-per-inch(DPI)
Syntax
'Declaration
 
Public Property HorizontalResolution As System.Integer
'Usage
 
Dim instance As ImageEditor
Dim value As System.Integer
 
instance.HorizontalResolution = value
 
value = instance.HorizontalResolution
public System.int HorizontalResolution {get; set;}
public read-write property HorizontalResolution: System.Integer; 
public function get,set HorizontalResolution : System.int
public:
property System.int HorizontalResolution {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

ImageEditor Class
ImageEditor Members