TdxPDFDocument.Append(string) Method
In This Article
Appends a specified PDF document’s content to the current document.
#Declaration
Delphi
procedure Append(const AFileName: string); overload;
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The path to an appended PDF document. |
#Remarks
Refer to the following topic section for a code example: Append Documents.
See Also