Click or drag to resize

DocumentPrintingEventArgs.PrintPageTo Property

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

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.5.0.0 (4.5.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!