Table of Contents

Class ImgCcitt

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

CCITT Image data that has to be inserted into the document @see Element @see Image @author Paulo Soares

public class ImgCcitt : Image, IElement
Inheritance
ImgCcitt
Implements
Inherited Members

Constructors

ImgCcitt(int, int, bool, int, int, byte[])

Creats an Image in CCITT mode.

public ImgCcitt(int width, int height, bool reverseBits, int typeCcitt, int parameters, byte[] data)

Parameters

width int

the exact width of the image

height int

the exact height of the image

reverseBits bool

reverses the bits in data. Bit 0 is swapped with bit 7 and so on

typeCcitt int

the type of compression in data. It can be CCITTG4, CCITTG31D, CCITTG32D

parameters int

parameters associated with this stream. Possible values are CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFLINE and CCITT_ENDOFBLOCK or a combination of them

data byte[]

the image data

ImgCcitt(Image)

public ImgCcitt(Image image)

Parameters

image Image