Struct PaperMargin
Represents the unprintable margins of a paper.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
public struct PaperMargin
Constructors
| Improve this Doc View SourcePaperMargin(Double, Double, Double, Double)
Initializes a new instance of PaperMargin.
Declaration
public PaperMargin(double left, double bottom, double right, double top)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | left | Margin on left side of paper. |
| System.Double | bottom | Margin on bottom side of paper. |
| System.Double | right | Margin on right side of paper. |
| System.Double | top | Margin on top side of paper. |
Properties
| Improve this Doc View SourceBottom
Gets or set the size, in millimeters, of unprintable margin on bottom side of paper.
Declaration
public double Bottom { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Left
Gets or set the size, in millimeters, of unprintable margin on left side of paper.
Declaration
public double Left { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Right
Gets or set the size, in millimeters, of unprintable margin on right side of paper.
Declaration
public double Right { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Top
Gets or set the size, in millimeters, of unprintable margin on top side of paper.
Declaration
public double Top { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |