Click or drag to resize

DocumentPrintingEventArgsPrintPageTo Property

Gets or sets the page number of the last page to print.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int PrintPageTo { get; set; }

Property Value

Type: Int32
The page number of the last page to print.
Remarks

If the value of this property is less than PrintPageFrom, the values will be swapped.

Page numbers are 1-indexed (i.e. the first page is 1).

If set to a value greater than the document of pages in the Document, PrintPageToLast will be used.

See Also