Click or drag to resize

PageMargins Class

Represents page margins.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfVisionPageMargins

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2023.11.2
Syntax
public sealed class PageMargins

The PageMargins type exposes the following members.

Constructors
 NameDescription
Public methodPageMargins Defaults: for HTML to PDF and GetSreenshot: all margins by 5 mm; for Images to PDF: all margins to 0 mm.
Top
Properties
 NameDescription
Public propertyBottom Gets or sets the bottom margin (in points).
Public propertyCode exampleLeft Gets or sets the left margin (in points).
Public propertyRight Gets or sets the right margin (in points).
Public propertyCode exampleTop Gets or sets the top margin (in points).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also