VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetImageAsBase64String(WebExtendedImageInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageAsBase64String(WebExtendedImageInfoRequestParams) Method (VintasoftImageApiController)
    In This Topic
    Returns an image as a Base64 string.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetImageAsBase64String( _
    ByVal requestParams
    Information about web image and parameters, which should be used for rendering an image.
    As Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams _
    ) As Vintasoft.Shared.Web.WebImageFileResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebImageFileResponseParams GetImageAsBase64String(
    Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebImageFileResponseParams* GetImageAsBase64String(
    Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebImageFileResponseParams^ GetImageAsBase64String(
    Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about web image and parameters, which should be used for rendering an image.

    Return Value

    Response from the server, which contains information about web image.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also