VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / VintasoftBarcodeWebService Class / GetBitmapFromDataStorage(WebImageInfo) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetBitmapFromDataStorage(WebImageInfo) Method (VintasoftBarcodeWebService)
    In This Topic
    Returns a bitmap of the specified image from data storage.
    Syntax
    'Declaration
    
    Protected Overridable Function GetBitmapFromDataStorage( _
    ByVal webImageInfo
    A web image info.
    As Vintasoft.Shared.Web.WebImageInfo _
    ) As Vintasoft.Imaging.VintasoftBitmap

    Parameters

    webImageInfo
    A web image info.

    Return Value

    A bitmap of the specified image.
    Exceptions
    ExceptionDescription
    Thrown if image bitmap is not found in data storage.
    Requirements

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

    See Also