[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.ViewerPreferences.PrintPageRange

PrintPageRange Property

PrintPageRange

(PDF 1.7) The page numbers used to initialize the print dialog box when the file is printed. This is a comma-delimited list of individual page numbers and/or dash-delimited page ranges.

Setting this property to a value that cannot be parsed will be ignored.

Declaration
public OutputRange PrintPageRange { get; set; }
Public Property PrintPageRange As OutputRange