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
intthe exact width of the image
height
intthe exact height of the image
reverseBits
boolreverses the bits in data. Bit 0 is swapped with bit 7 and so on
typeCcitt
intthe type of compression in data. It can be CCITTG4, CCITTG31D, CCITTG32D
parameters
intparameters 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