C# Class iTextSharp.text.pdf.codec.TIFFFaxDecompressor

ファイルを表示 Open project: boecko/iTextSharp Class Usage Examples

Public Properties

Property Type Description
fails int

Protected Properties

Property Type Description
compression int
fillBits int
fillOrder int
oneD int
uncompressedMode int

Public Methods

Method Description
DecodeNextScanline ( ) : void
DecodeRLE ( ) : void
DecodeRaw ( byte buffer, byte compData, int w, int h ) : void
DecodeT4 ( ) : void
DecodeT6 ( ) : void
SetOptions ( int fillOrder, int compression, int t4Options, int t6Options ) : void
TIFFFaxDecompressor ( ) : System

Private Methods

Method Description
DecodeBlackCodeWord ( ) : int
DecodeWhiteCodeWord ( ) : int
FindNextLine ( ) : int
GetNextChangingElement ( int a0, bool isWhite, int ret ) : void
NextLesserThan8Bits ( int bitsToGet ) : int
NextNBits ( int bitsToGet ) : int
SetToBlack ( int bitNum, int numBits ) : void
UpdatePointer ( int bitsToMoveBack ) : void

Method Details

DecodeNextScanline() public method

public DecodeNextScanline ( ) : void
return void

DecodeRLE() public method

public DecodeRLE ( ) : void
return void

DecodeRaw() public method

public DecodeRaw ( byte buffer, byte compData, int w, int h ) : void
buffer byte
compData byte
w int
h int
return void

DecodeT4() public method

public DecodeT4 ( ) : void
return void

DecodeT6() public method

public DecodeT6 ( ) : void
return void

SetOptions() public method

public SetOptions ( int fillOrder, int compression, int t4Options, int t6Options ) : void
fillOrder int
compression int
t4Options int
t6Options int
return void

TIFFFaxDecompressor() public method

public TIFFFaxDecompressor ( ) : System
return System

Property Details

compression protected_oe property

protected int compression
return int

fails public_oe property

public int fails
return int

fillBits protected_oe property

protected int fillBits
return int

fillOrder protected_oe property

protected int fillOrder
return int

oneD protected_oe property

protected int oneD
return int

uncompressedMode protected_oe property

protected int uncompressedMode
return int