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

    Parameters

    width
    The width of bitmap.
    height
    The height of bitmap.
    resolution
    The resolution of bitmap.
    pixelFormat
    The pixel format of bitmap.
    palette
    The palette 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