Click or drag to resize

PdfPageCollection.Page Method

Get the document page with the given page number (1 based index).

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public PdfPage Page(
	int number
)

Parameters

number
Type: System.Int32
Document page number. 1 is the first page in a document.

Return Value

Type: PdfPage
A PdfPage object representing a document page.
Remarks
If page number is invalid or not found, null will be returned. Use PageCount to determine the number of pages in a document
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!