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

In This Topic
    PageRanges Property (PdfSettings)
    In This Topic
    Gets or sets the range of pages to render, e.g., '1-5, 8, 11-13'. Defaults to all pages.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property PageRanges As System.String
    public System.string PageRanges {get; set;}
    See Also