TdxPDFPages.Add(TdxPDFDocument,Integer[]) Method
Appends multiple pages from a source PDF document to the current document.
Declaration
procedure Add(ASource: TdxPDFDocument; const ASourceIndexes: array of Integer); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| ASource | TdxPDFDocument | A source PDF document container. |
| ASourceIndexes | Integer | An array of page indexes in the source document. |
Remarks
An Add procedure call is a batch operation.
See Also