VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFactory Class / CreateBitmap Methods / CreateBitmap(Stream,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
CreateBitmap(Stream,Boolean) Method (DrawingFactory)
In This Topic
Creates a bitmap that contains image that is decoded from specified stream using embedded decoder.
Syntax
'Declaration

Public Overloads MustOverride Function CreateBitmap( _
ByVal stream
The stream.
As System.IO.Stream, _
ByVal allowUndefinedPixelFormat
A value indicating whether a new bitmap can have Vintasoft.Imaging.PixelFormat.Undefined pixel format.
As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap

Parameters

stream
The stream.
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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also