Skip to main content
All docs
V25.1
  • PdfViewerPreferences.PrintPageRange Property

    Retrieves a list of pages to print.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public IList<PdfPrintPageRange> PrintPageRange { get; }

    Property Value

    Type Description
    IList<PdfPrintPageRange>

    A list of page ranges.

    See Also