Gets and sets the horizontal resolution for rendering the page or selection.
public double ResolutionX {get; set;}
public: __property double get_ResolutionX();
public: __property void set_ResolutionX(
double value
);
'Declaration
Public Property ResolutionX As Double
'Usage
Dim instance As RenderOptions
Dim value As Double
instance.ResolutionX = value
value = instance.ResolutionX
Property Value
A double value which represents the x (horizontal) resolution value.