TdxPDFPages.Move(Integer[],Integer) Method
In This Article
Moves multiple pages to a new position in the same PDF document.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
ACurrent |
Integer | An array of page indexes in a PDF document. |
ANew |
Integer | An insert position (an index of the page that precedes the first inserted page in the current document). |
#Remarks
A Move procedure call is a batch operation.
See Also