Gets and sets the dots per unit (inch, cm, etc.) for the paper horizontally.
public double PaperResolutionX {get; set;}
public: __property double get_PaperResolutionX();
public: __property void set_PaperResolutionX(
double value
);
'Declaration
Public Property PaperResolutionX As Double
'Usage
Dim instance As LoadOptionsCad
Dim value As Double
instance.PaperResolutionX = value
value = instance.PaperResolutionX
Property Value
A double value which represents the x coordinate for the CAD paper.