[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.Margins

Margins Class

Represents page margins.

Inheritance
Margins
Namespace: GrapeCity.Documents.Html
Assembly: DS.Documents.Html.dll
Syntax
[Obsolete("Use GcHtmlBrowser with PdfOptions and PdfMargins instead.")]
public class Margins
<Obsolete("Use GcHtmlBrowser with PdfOptions and PdfMargins instead.")>
Public Class Margins

Constructors

Name Description
Margins()

Initializes a new instance of Margins.

Margins(float)

Initializes a new instance of Margins.

Margins(float, float)

Initializes a new instance of Margins.

Margins(float, float, float, float)

Initializes a new instance of Margins.

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.