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.2.0.0 (2.2.0.0)
Syntax 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:
BooleanReturns true on success, false on failure.
See Also