VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftImageConverterApi2Controller Class / ProcessConvertationStatusResultIds(ConvertedFilesCacheManager,ImageConvertingStatus) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ProcessConvertationStatusResultIds(ConvertedFilesCacheManager,ImageConvertingStatus) Method (VintasoftImageConverterApi2Controller)
    In This Topic
    Processes the converted file identifiers in the image converting status object.
    Syntax

    Parameters

    cacheManager
    A cache manager that manages cache of converted files.
    imageConvertingStatus
    The image converting 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