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