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

4b8c0e6c db45 10d2 d6c9 8f8f7e97e0b0

haplokuon edited this page May 6, 2023 · 1 revision

PaperUnits Property

netDxf 3.0.0 Library

Gets or sets the paper units.

Definition

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

Property Value

PlotPaperUnits

Remarks

This value is only applicable to the scale parameter PrintScaleNumerator.

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally