iText 8.0.5 API
iText.IO.Codec Namespace Reference

Classes

class   CCITTG4Encoder
  Encodes data in the CCITT G4 FAX format. More...
 
class   Jbig2SegmentReader
  Class to read a JBIG2 file at a basic level: understand all the segments, understand what segments belong to which pages, how many pages there are, what the width and height of each page is, and global segments if there are any. More...
 
class   LZWCompressor
  Modified from original LZWCompressor to change interface to passing a buffer of data to be compressed. More...
 
class   LZWStringTable
  General purpose LZW String Table. More...
 
class   PngWriter
  Writes a PNG image. More...
 
class   TIFFConstants
  A list of constants used in class TIFFImage. More...
 
class   TIFFDirectory
  A class representing an Image File Directory (IFD) from a TIFF 6.0 stream. More...
 
class   TIFFFaxDecoder
  Class that can decode TIFF files. More...
 
class   TIFFFaxDecompressor
  Class that can decompress TIFF files. More...
 
class   TIFFField
  A class representing a field in a TIFF 6.0 Image File Directory. More...
 
class   TIFFLZWDecoder
  A class for performing LZW decoding. More...
 
class   TiffWriter
  Exports images as TIFF. More...
 

Functions

  BitFile (Stream output, bool blocks)
 
virtual void  Flush ()
 
virtual void  WriteBits (int bits, int numbits)
 

Function Documentation

◆ BitFile()

iText.IO.Codec.BitFile ( Stream  output,
bool  blocks 
)
Parameters
output destination for output data
blocks GIF LZW requires block counts for output data