Table of Contents

TTMSFNCCloudFileConversionJob.DownloadFileToStream Method

Downloads a single output file of this job into an in-memory stream, selecting it by index.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversionJob

Overloads

Overload 1

Downloads a single output file of this job into an in-memory stream, selecting it by index.

procedure DownloadFileToStream(AIndex: Integer = 0; ACallback: TTMSFNCCloudFileConversionFileStreamCallBack = nil); overload;

Parameters

Name Description
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 into an in-memory stream.

procedure DownloadFileToStream(AFile: TTMSFNCCloudFileConversionFile; ACallback: TTMSFNCCloudFileConversionFileStreamCallBack = nil); overload;

Parameters

Name Description
AFile Output file to download.
ACallback Optional callback invoked when the download completes.