Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfSettings Class / FullPage Property

In This Topic
    FullPage Property (PdfSettings)
    In This Topic
    Gets or sets a value indicating whether the whole HTML page should be rendered as a single PDF page. Defaults to false.

    Note that if this property is true, the following properties are ignored: Landscape, PageWidth, PageHeight, IgnoreCSSPageSize, Margins, PageRanges, DisplayHeaderFooter, HeaderTemplate and FooterTemplate.

    Syntax
    'Declaration
     
    Public Property FullPage As System.Boolean
    public System.bool FullPage {get; set;}
    See Also