PageMargins Class
Represents page margins.
- Inheritance:
- System.ObjectPageMargins
Constructors
PageMargins()
Initializes a new instance of the PageMargins class.
Properties
Bottom
Gets or sets the bottom margin (in points).
Property Value
- System.Double
The bottom margin.
Remarks
Default value for this property is 70.85 points (0.98 inch).
Footer
Gets or sets the footer margin (in points).
Property Value
- System.Double
The footer margin.
Remarks
Default value for this property is 35.4 points (0.49 inch).
Gutter
Gets or sets the gutter margin (in points).
Property Value
- System.Double
The gutter margin.
Header
Gets or sets the header margin (in points).
Property Value
- System.Double
The header margin.
Remarks
Default value for this property is 35.4 points (0.49 inch).
Left
Gets or sets the left margin (in points).
Property Value
- System.Double
The left margin.
Remarks
Default value for this property is 70.85 points (0.98 inch).
Right
Gets or sets the right margin (in points).
Property Value
- System.Double
The right margin.
Remarks
Default value for this property is 70.85 points (0.98 inch).
Top
Gets or sets the top margin (in points).
Property Value
- System.Double
The top margin.
Remarks
Default value for this property is 70.85 points (0.98 inch).
Methods
Clone()
Clones this PageMargins instance.
Returns
Cloned PageMargins.