Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfSettings Class / IgnoreCSSPageSize Property

In This Topic
    IgnoreCSSPageSize Property
    In This Topic
    Gets or sets a value indicating whether the CSS-defined page size should be ignored. Defaults to false.

    Note that this property is ignored if FullPage is true.

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