Table of Contents

Class RawImageData

Namespace
iText.IO.Image
Assembly
itext.io.dll
public class RawImageData : ImageData
Inheritance
RawImageData
Derived
Inherited Members

Constructors

RawImageData(byte[], ImageType)

protected RawImageData(byte[] bytes, ImageType type)

Parameters

bytes byte[]
type ImageType

RawImageData(Uri, ImageType)

protected RawImageData(Uri url, ImageType type)

Parameters

url Uri
type ImageType

Fields

CCITTG3_1D

Pure one-dimensional encoding (Group 3, 1-D)

public const int CCITTG3_1D = 257

Field Value

int

CCITTG3_2D

Mixed one- and two-dimensional encoding (Group 3, 2-D)

public const int CCITTG3_2D = 258

Field Value

int

CCITTG4

Pure two-dimensional encoding (Group 4)

public const int CCITTG4 = 256

Field Value

int

CCITT_BLACKIS1

A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,

public const int CCITT_BLACKIS1 = 1

Field Value

int

CCITT_ENCODEDBYTEALIGN

A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.

public const int CCITT_ENCODEDBYTEALIGN = 2

Field Value

int

CCITT_ENDOFBLOCK

A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter.

public const int CCITT_ENDOFBLOCK = 8

Field Value

int

Remarks

A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter. The use of this flag will set the key /EndOfBlock to false.

CCITT_ENDOFLINE

A flag indicating whether end-of-line bit patterns are required to be present in the encoding.

public const int CCITT_ENDOFLINE = 4

Field Value

int

typeCcitt

protected int typeCcitt

Field Value

int

Methods

GetTypeCcitt()

public virtual int GetTypeCcitt()

Returns

int

IsRawImage()

public override bool IsRawImage()

Returns

bool

SetTypeCcitt(int)

public virtual void SetTypeCcitt(int typeCcitt)

Parameters

typeCcitt int