Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

538af2c8 5d0e e928 556a e715f29b7b94

haplokuon edited this page May 6, 2023 · 1 revision

ScaleToFit Property

netDxf 3.0.0 Library

Gets or sets if the plot scale will be automatically computed show the drawing fits the media.

Definition

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

Property Value

Boolean

Remarks

If ScaleToFit is set to false the values specified by PrintScaleNumerator and PrintScaleDenomiator will be used.

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally