VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftFileConverterApi2Controller Class / ProcessFileConversionStatusResultIds(ConvertedFilesCacheManager,FileConversionStatus) Method
Syntax Remarks Requirements SeeAlso
In This Topic
ProcessFileConversionStatusResultIds(ConvertedFilesCacheManager,FileConversionStatus) Method (VintasoftFileConverterApi2Controller)
In This Topic
Processes the identifiers of converted files in the file conversion status object.
Syntax

Parameters

cacheManager
A cache manager that manages cache of converted files.
imageConvertingStatus
The file conversion status object.
Remarks

This method converts file identifiers into relative file URLs. Method will work correctly only if converted images are stored in files on server.

Requirements

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also