VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateBitmap Methods / CreateBitmap(String,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    CreateBitmap(String,Boolean) Method (DrawingFactory)
    In This Topic
    Creates a bitmap that contains image that is decoded from specified file using embedded decoder.
    Syntax
    'Declaration
    
    Public Overloads Function CreateBitmap( _
    ByVal filename
    The filename of bitmap.
    As System.String, _
    ByVal allowUndefinedPixelFormat
    A value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.
    As Boolean _
    ) As Vintasoft.Imaging.VintasoftBitmap

    Parameters

    filename
    The filename of bitmap.
    allowUndefinedPixelFormat
    A value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.

    Return Value

    A new bitmap object.
    Requirements

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

    See Also