PlotSettingsPrintScaleNumerator Property
|
Gets or sets the numerator of custom print scale: real world (paper) units
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double PrintScaleNumerator { get; set; }
Public Property PrintScaleNumerator As Double
Get
Set
public:
property double PrintScaleNumerator {
double get ();
void set (double value);
}
member PrintScaleNumerator : float with get, set
PROPERTY PrintScaleNumerator AS REAL8 GET SET
Property Value
Type:
DoubleSee Also