VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / VintasoftBitmapFactory Class / CreateBitmap Methods / CreateBitmap(Int32,Int32,PixelFormat) Method
Syntax Requirements SeeAlso
In This Topic
    CreateBitmap(Int32,Int32,PixelFormat) Method (VintasoftBitmapFactory)
    In This Topic
    Creates a bitmap with specified parameters.
    Syntax

    Parameters

    width
    The width of bitmap.
    height
    The height of bitmap.
    pixelFormat
    The pixel format of bitmap.

    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