TdxPDFFileAttachment.SaveToFile(string) Method
Saves the file attachment’s content as a file at the specified destination.
Declaration
procedure SaveToFile(const AFileName: string);
Parameters
Name | Type | Description |
---|---|---|
AFileName | string | The path to a saved file. |
See Also