Click or drag to resize

DocumentDownloadingEventArgsDownloadPageTo Property

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

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

Property Value

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

The value of this property must be greater than or equal to DownloadPageFrom. 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, DownloadPageToLast will be used.

Use of this property will have no effect on the PdfDocument saved in storage and associated with the DocumentID.

See Also