Click or drag to resize

CPDFDocumentMovePage Method

Moves one page to another. This method will return false if either index value is out of bounds.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool MovePage(
	int startIndex,
	int endIndex
)

Parameters

startIndex
Type: SystemInt32
The start index number.
endIndex
Type: SystemInt32
The end index number.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also