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 411
538af2c8 5d0e e928 556a e715f29b7b94
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the plot scale will be automatically computed show the drawing fits the media.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ScaleToFit { get; set; }
VB
Public Property ScaleToFit As Boolean
Get
Set
C++
public:
property bool ScaleToFit {
bool get ();
void set (bool value);
}
F#
member ScaleToFit : bool with get, set
Boolean
If ScaleToFit
is set to false the values specified by PrintScaleNumerator
and PrintScaleDenomiator
will be used.