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

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CCITTG4Encoder() public method

public CCITTG4Encoder ( int width ) : System
width int
return System

Close() public method

public Close ( ) : byte[]
return byte[]

Compress() public static method

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

Fax4Encode() public method

public Fax4Encode ( byte data, int height ) : void
data byte
height int
return void

Fax4Encode() public method

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