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

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
CCITTG4Encoder ( int width ) : System
Close ( ) : byte[]
Compress ( byte data, int width, int height ) : byte[]
Fax4Encode ( byte data, int height ) : void
Fax4Encode ( byte data, int offset, int size ) : void

비공개 메소드들

메소드 설명
Fax3Encode2DRow ( ) : void
Fax4PostEncode ( ) : void
Find0span ( byte bp, int offset, int bs, int be ) : int
Find1span ( byte bp, int offset, int bs, int be ) : int
Finddiff ( byte bp, int offset, int bs, int be, int color ) : int
Finddiff2 ( byte bp, int offset, int bs, int be, int color ) : int
Pixel ( byte data, int offset, int bit ) : int
PutBits ( int bits, int length ) : void
Putcode ( int table ) : void
Putspan ( int span, int tab ) : void

메소드 상세

CCITTG4Encoder() 공개 메소드

public CCITTG4Encoder ( int width ) : System
width int
리턴 System

Close() 공개 메소드

public Close ( ) : byte[]
리턴 byte[]

Compress() 공개 정적인 메소드

public static Compress ( byte data, int width, int height ) : byte[]
data byte
width int
height int
리턴 byte[]

Fax4Encode() 공개 메소드

public Fax4Encode ( byte data, int height ) : void
data byte
height int
리턴 void

Fax4Encode() 공개 메소드

public Fax4Encode ( byte data, int offset, int size ) : void
data byte
offset int
size int
리턴 void