Gets the bpc for the image.

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

Syntax

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

Field Value

a bpc value

Remarks

this only makes sense for Images of the type RawImage.

See Also