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

c008f6b6 bec6 aaa8 9eee d49879ddc5f0

haplokuon edited this page May 6, 2023 · 1 revision

PrintScale Property

netDxf 3.0.0 Library

Gets the scale factor.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double PrintScale { get; }

VB

Public ReadOnly Property PrintScale As Double
	Get

C++

public:
property double PrintScale {
	double get ();
}

F#

member PrintScale : float with get

Property Value

Double

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally