Gets and sets the paper width for the CAD file.
public double PaperWidth {get; set;}
public: __property double get_PaperWidth();
public: __property void set_PaperWidth(
double value
);
'Declaration
Public Property PaperWidth As Double
'Usage
Dim instance As LoadOptionsCad
Dim value As Double
instance.PaperWidth = value
value = instance.PaperWidth
Property Value
A double value which represents the width of the paper.