Click or drag to resize

DocumentDownloadingEventArgsDownloadPageFrom Property

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

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

Property Value

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

The value of this property must be less than or equal to DownloadPageTo. Page numbers are 1-indexed (i.e. the first page is 1). If set to a value less than DownloadPageFromFirst, DownloadPageFromFirst will be used.

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

See Also