This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
a3f3c83b c960 5a95 1cfb 564bfe36f6ee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the size, in millimeters, of unprintable margins of paper.
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