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