[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.PdfMargins

PdfMargins Class

Represents page margins in PdfOptions.

Inheritance
PdfMargins
Namespace: GrapeCity.Documents.Html
Assembly: DS.Documents.Html.dll
Syntax
public class PdfMargins
Public Class PdfMargins

Constructors

Name Description
PdfMargins()

Initializes a new instance of PdfMargins.

PdfMargins(float)

Initializes a new instance of PdfMargins.

PdfMargins(float, float)

Initializes a new instance of PdfMargins.

PdfMargins(float, float, float, float)

Initializes a new instance of PdfMargins.

Properties

Name Description
Bottom

Gets or sets the bottom margin, in inches.

Left

Gets or sets the left margin, in inches.

Right

Gets or sets the right margin, in inches.

Top

Gets or sets the top margin, in inches.