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

    Parameters

    cacheManager
    A cache manager that manages cache of converted files.
    fileConversionStatus
    The file converting status object.
    Remarks

    This method converts file identifiers into relative file URLs. Method will work correctly only if converted images/pages 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