TTMSFNCCloudFileConversionJob.DownloadFileToFile Method
Downloads a single output file of this job to disk, selecting it by index.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversionJob
Overloads
Overload 1
Downloads a single output file of this job to disk, selecting it by index.
procedure DownloadFileToFile(AFilePath: string; AIndex: Integer = 0; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil); overload;
Parameters
| Name | Description |
|---|---|
AFilePath |
Target file path or directory. |
AIndex |
Zero-based index of the output file to download. |
ACallback |
Optional callback invoked when the download completes. |
Overload 2
Downloads the given output file of this job to disk.
procedure DownloadFileToFile(AFilePath: string; AFile: TTMSFNCCloudFileConversionFile; ACallback: TTMSFNCCloudFileConversionFileCallBack = nil); overload;
Parameters
| Name | Description |
|---|---|
AFilePath |
Target file path or directory. |
AFile |
Output file to download. |
ACallback |
Optional callback invoked when the download completes. |