Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfOptions Class / Margins Property

In This Topic
    Margins Property (PdfOptions)
    In This Topic
    Gets or sets page margins, in inches. Defaults to no margins.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property Margins As PdfMargins
    public PdfMargins Margins {get; set;}
    See Also