VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / GetFileConversionStatusRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    GetFileConversionStatusRequestParams Class
    In This Topic
    Request to a web service. Contains parameters, which must be sent to a web service for getting information about status of specified file conversion.
    Object Model
    GetFileConversionStatusRequestParams
    Syntax
    'Declaration
    
    Public Class GetFileConversionStatusRequestParams
       Inherits Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public class GetFileConversionStatusRequestParams : Vintasoft.Shared.Web.WebRequestParamsBase
    
    
    public __gc class GetFileConversionStatusRequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase*
    
    
    public ref class GetFileConversionStatusRequestParams : public Vintasoft.Shared.Web.WebRequestParamsBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Imaging.Web.Services.GetFileConversionStatusRequestParams

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also