You are here: Start » Image Constructor

Image Constructor

Creates an image using a System.Bitmap instance for supported bitmap formats or throws a NotSupportedException.

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public Image
(
	System.Drawing.Bitmap bitmap
)

Parameters

Name Type Range Default Description
bitmapSystem.Drawing.BitmapInstance of the System.Bitmap class. Supported bitmap formats: PixelFormat::Format24bppRgb, PixelFormat::Format32bppRgb, PixelFormat::Format32bppArgb, PixelFormat::Format48bppRgb, PixelFormat::Format64bppArgb, PixelFormat::Format1bppIndexed, PixelFormat::Format4bppIndexed and PixelFormat::Format8bppIndexed

Remarks

Supported bitmap formats: PixelFormat::Format24bppRgb, PixelFormat::Format32bppRgb, PixelFormat::Format32bppArgb, PixelFormat::Format48bppRgb, PixelFormat::Format64bppArgb, PixelFormat::Format1bppIndexed, PixelFormat::Format4bppIndexed, PixelFormat::Format8bppIndexed

See also