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

a69a8fc6 05df 470d e2cf 6ef9d7f267cf

haplokuon edited this page May 6, 2023 · 1 revision

PrintScaleDenominator Property

netDxf 3.0.0 Library

Gets or sets the denominator of custom print scale: drawing units.

Definition

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

C#

public double PrintScaleDenominator { get; set; }

VB

Public Property PrintScaleDenominator As Double
	Get
	Set

C++

public:
property double PrintScaleDenominator {
	double get ();
	void set (double value);
}

F#

member PrintScaleDenominator : float with get, set

Property Value

Double

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally