Search Results for

    Show / Hide Table of Contents

    Method ImageProcessingConvert

    ImageProcessingConvert(String, String, String)

    Image processing convert

    Declaration
    string ImageProcessingConvert(string connectionId, string fileId, string imageTypeEnum)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String fileId

    The file id.

    System.String imageTypeEnum

    The image type. See also ImageTypeEnum

    Returns
    Type Description
    System.String

    The new file id.

    Examples

    POST https://YourServerName/InfoShare/Json/DocumentProcessing/ImageProcessingConvert

    Example for image processing convert

    {
        "connectionId": "0e2c3de4-5e90-43ed-9eec-3e1742dffacb",
        "fileId": "0fd43d97-928c-494e-96c0-d357f1f975af",
        "imageTypeEnum": "ICO",
    }

    Response:

    {
       "ImageProcessingConvertResult": "0fd43d97-928c-494e-96c0-d357f1f975af"
    }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox