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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
Decode1D ( byte buffer, byte compData, int startX, int height ) : void
Decode2D ( byte buffer, byte compData, int startX, int height, long tiffT4Options ) : void
DecodeNextScanline ( byte buffer, int lineOffset, int bitOffset ) : void
DecodeT6 ( byte buffer, byte compData, int startX, int height, long tiffT6Options ) : void
ReverseBits ( byte b ) : void
TIFFFaxDecoder ( int fillOrder, int w, int h ) : System

Private Methods

Méthode Description
AdvancePointer ( ) : bool
DecodeBlackCodeWord ( ) : int
DecodeWhiteCodeWord ( ) : int
GetNextChangingElement ( int a0, bool isWhite, int ret ) : void
NextLesserThan8Bits ( int bitsToGet ) : int
NextNBits ( int bitsToGet ) : int
ReadEOL ( bool isFirstEOL ) : int
SetToBlack ( byte buffer, int lineOffset, int bitOffset, int numBits ) : void
UpdatePointer ( int bitsToMoveBack ) : void

Method Details

Decode1D() public méthode

public Decode1D ( byte buffer, byte compData, int startX, int height ) : void
buffer byte
compData byte
startX int
height int
Résultat void

Decode2D() public méthode

public Decode2D ( byte buffer, byte compData, int startX, int height, long tiffT4Options ) : void
buffer byte
compData byte
startX int
height int
tiffT4Options long
Résultat void

DecodeNextScanline() public méthode

public DecodeNextScanline ( byte buffer, int lineOffset, int bitOffset ) : void
buffer byte
lineOffset int
bitOffset int
Résultat void

DecodeT6() public méthode

public DecodeT6 ( byte buffer, byte compData, int startX, int height, long tiffT6Options ) : void
buffer byte
compData byte
startX int
height int
tiffT6Options long
Résultat void

ReverseBits() public static méthode

public static ReverseBits ( byte b ) : void
b byte
Résultat void

TIFFFaxDecoder() public méthode

public TIFFFaxDecoder ( int fillOrder, int w, int h ) : System
fillOrder int
w int
h int
Résultat System