This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
4b8c0e6c db45 10d2 d6c9 8f8f7e97e0b0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the paper units.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PlotPaperUnits PaperUnits { get; set; }
VB
Public Property PaperUnits As PlotPaperUnits
Get
Set
C++
public:
property PlotPaperUnits PaperUnits {
PlotPaperUnits get ();
void set (PlotPaperUnits value);
}
F#
member PaperUnits : PlotPaperUnits with get, set
This value is only applicable to the scale parameter PrintScaleNumerator
.