TdxPDFPages.Delete(Integer[]) Method
Deletes specified pages in a PDF document.
Declaration
procedure Delete(const AIndexes: array of Integer); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AIndexes | Integer | An array of target page indexes. |
Remarks
A Delete procedure call is a batch operation.
See Also