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

In This Topic
    PreferCSSPageSize Property
    In This Topic
    Gets or sets a value indicating whether the CSS-defined page size should have priority over what is declared in PageWidth and PageHeight. Defaults to false.
    Syntax
    'Declaration
     
    Public Property PreferCSSPageSize As System.Boolean
    public System.bool PreferCSSPageSize {get; set;}
    See Also