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

Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
fails int

Protected Properties

Свойство Type Description
compression int
fillBits int
fillOrder int
oneD int
uncompressedMode int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public DecodeNextScanline ( ) : void
Résultat void

DecodeRLE() public méthode

public DecodeRLE ( ) : void
Résultat void

DecodeRaw() public méthode

public DecodeRaw ( byte buffer, byte compData, int w, int h ) : void
buffer byte
compData byte
w int
h int
Résultat void

DecodeT4() public méthode

public DecodeT4 ( ) : void
Résultat void

DecodeT6() public méthode

public DecodeT6 ( ) : void
Résultat void

SetOptions() public méthode

public SetOptions ( int fillOrder, int compression, int t4Options, int t6Options ) : void
fillOrder int
compression int
t4Options int
t6Options int
Résultat void

TIFFFaxDecompressor() public méthode

public TIFFFaxDecompressor ( ) : System
Résultat System

Property Details

compression protected_oe property

protected int compression
Résultat int

fails public_oe property

public int fails
Résultat int

fillBits protected_oe property

protected int fillBits
Résultat int

fillOrder protected_oe property

protected int fillOrder
Résultat int

oneD protected_oe property

protected int oneD
Résultat int

uncompressedMode protected_oe property

protected int uncompressedMode
Résultat int