Click or drag to resize

PdfPageMovePage Method

Moves this PdfPage to a different location in this PdfDocument.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public void MovePage(
	int newPageNumber
)

Parameters

newPageNumber
Type: SystemInt32
The new PageNumber for this page.
See Also