Click or drag to resize
Pdf Library for .NET

PdfMargins Class

Represents the settings for a pdf page margins.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfMargins

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfMargins

The PdfMargins type exposes the following members.

Constructors
 NameDescription
Public methodPdfMargins Initializes all margins with 0
Public methodPdfMargins(Single) Initializes all margins with the same value
Public methodPdfMargins(Single, Single, Single, Single) Default constructor initializes with 0 all the margins
Top
Properties
 NameDescription
Public propertyBottom PDF page bottom margin.
Public propertyStatic memberEmpty Empty margins object
Public propertyLeft PDF page left margin.
Public propertyRight PDF page right margin.
Public propertyTop PDF page top margin.
Top
See Also