VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileConverterApiController Class / ProcessFileConversionStatusResultIds(ConvertedFilesCacheManager,FileConversionStatus) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ProcessFileConversionStatusResultIds(ConvertedFilesCacheManager,FileConversionStatus) Method (VintasoftFileConverterApiController)
    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 10; .NET 9; .NET 8; .NET 7, .NET 6

    See Also