TdxPDFPages.Delete(Integer[]) Method
In This Article
Deletes specified pages in a PDF document.
#Declaration
Delphi
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