C# 클래스 iTextSharp.text.pdf.codec.TIFFFaxDecoder

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Decode1D() 공개 메소드

public Decode1D ( byte buffer, byte compData, int startX, int height ) : void
buffer byte
compData byte
startX int
height int
리턴 void

Decode2D() 공개 메소드

public Decode2D ( byte buffer, byte compData, int startX, int height, long tiffT4Options ) : void
buffer byte
compData byte
startX int
height int
tiffT4Options long
리턴 void

DecodeNextScanline() 공개 메소드

public DecodeNextScanline ( byte buffer, int lineOffset, int bitOffset ) : void
buffer byte
lineOffset int
bitOffset int
리턴 void

DecodeT6() 공개 메소드

public DecodeT6 ( byte buffer, byte compData, int startX, int height, long tiffT6Options ) : void
buffer byte
compData byte
startX int
height int
tiffT6Options long
리턴 void

ReverseBits() 공개 정적인 메소드

public static ReverseBits ( byte b ) : void
b byte
리턴 void

TIFFFaxDecoder() 공개 메소드

public TIFFFaxDecoder ( int fillOrder, int w, int h ) : System
fillOrder int
w int
h int
리턴 System