This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
429050d9 2119 80cf 19b3 0b5005387524
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the unprintable margins of a paper.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public struct PaperMarginVB
Public Structure PaperMarginC++
public value class PaperMarginF#
[<SealedAttribute>]
type PaperMargin =
struct
inherit ValueType
end| Inheritance | Object → ValueType → PaperMargin |
| PaperMargin | Initializes a new instance of PaperMargin. |
| Bottom | Gets or set the size, in millimeters, of unprintable margin on bottom side of paper. |
| Left | Gets or set the size, in millimeters, of unprintable margin on left side of paper. |
| Right | Gets or set the size, in millimeters, of unprintable margin on right side of paper. |
| Top | Gets or set the size, in millimeters, of unprintable margin on top side of paper. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |