ACadSharp.Objects.PaperMargin - DomCR/ACadSharp GitHub Wiki
PaperMargin Class
Represents the unprintable margins of a paper.
Definition
Namespace: ACadSharp.Objects
C#
public sealedstruct PaperMargin
Properties
Returns | Name | Summary |
---|---|---|
Double |
Bottom | Gets or set the size, in millimeters, of unprintable margin on bottom side of paper. |
Double |
Left | Gets or set the size, in millimeters, of unprintable margin on left side of paper. |
Double |
Right | Gets or set the size, in millimeters, of unprintable margin on right side of paper. |
Double |
Top | Gets or set the size, in millimeters, of unprintable margin on top side of paper. |