Click or drag to resize

PageMargins Class

The page margins used for printing.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.PrintPageMargins

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class PageMargins

The PageMargins type exposes the following members.

Constructors
  NameDescription
Public methodPageMargins
Creates custom margins for the web page in points. One point equals 1/72 of an inch.
Top
Properties
  NameDescription
Public propertyBottom
Gets the margin on the bottom side of the sheet.
Public propertyLeft
Gets the margin on the left side of the sheet.
Public propertyRight
Gets the margin on the right side of the sheet.
Public propertyTop
Gets the margin on the top side of the sheet.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default margins for the page.
Public fieldStatic memberNone
The empty margins for the page.
Top
See Also