VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileConverterWebService Class / ConvertFileToPcx(BaseConvertFileToRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertFileToPcx(BaseConvertFileToRequestParams) Method (VintasoftFileConverterWebService)
    In This Topic
    Starts the asynchronous process that converts an image/document file to the PCX format.
    Syntax
    'Declaration
    
    Public Function ConvertFileToPcx( _
    ByVal requestParams
    The file conversion settings and information about image/document file.
    As BaseConvertFileToRequestParams _
    ) As ConvertToResponseParams

    Parameters

    requestParams
    The file conversion settings and information about image/document file.

    Return Value

    The server response, which contains information about file conversion process.
    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