Gets the raw data for the image.

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

Syntax

C#
public byte[] RawData { get; }
Visual Basic
Public ReadOnly Property RawData As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ RawData {
	array<unsigned char>^ get ();
}

Field Value

the raw data

Remarks

this only makes sense for Images of the type RawImage.

See Also