Gets and sets the dots per unit (inch or cm) for the paper vertically.
public double PaperResolutionY {get; set;}
public: __property double get_PaperResolutionY();
public: __property void set_PaperResolutionY(
double value
);
'Declaration
Public Property PaperResolutionY As Double
'Usage
Dim instance As LoadOptionsCad
Dim value As Double
instance.PaperResolutionY = value
value = instance.PaperResolutionY
Property Value
A double value which represents the y coordinate for the CAD paper.