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