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