Gets the colorspace for the image.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int Colorspace { get; }
Visual Basic
Public ReadOnly Property Colorspace As Integer
	Get
Visual C++
public:
property int Colorspace {
	int get ();
}

Field Value

a colorspace value

Remarks

this only makes sense for Images of the type Jpeg.

See Also