Initializes a new instance of the BitmapDecoder class.

Namespace: FirstFloor.Documents.Imaging
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public BitmapDecoder(
	int n
)
Visual Basic
Public Sub New ( _
	n As Integer _
)
Visual C++
public:
BitmapDecoder(
	int n
)

Parameters

n
Type: System..::..Int32
The number of color components defined per pixel.

See Also