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

a3f3c83b c960 5a95 1cfb 564bfe36f6ee

haplokuon edited this page May 6, 2023 · 1 revision

PaperMargin Property

netDxf 3.0.0 Library

Gets or set the size, in millimeters, of unprintable margins of paper.

Definition

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

C#

public PaperMargin PaperMargin { get; set; }

VB

Public Property PaperMargin As PaperMargin
	Get
	Set

C++

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

F#

member PaperMargin : PaperMargin with get, set

Property Value

PaperMargin

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally