TTMSFNCCloudFileConversionJob.DownloadAllFilesToStreams Method
Downloads every output file of this job into in-memory streams.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversionJob
Syntax
procedure DownloadAllFilesToStreams(ACombinedZip: Boolean = False; ACallback: TTMSFNCCloudFileConversionFileStreamCallBack = nil);
Parameters
| Name | Description |
|---|---|
ACombinedZip |
When True, downloads the files as a single combined archive when the provider supports it. |
ACallback |
Optional callback invoked for each downloaded file. |