C# 클래스 iTextFilters.MemDecoder

상속: ICDecoder
파일 보기 프로젝트 열기: dzzie/pdfstreamdumper

공개 메소드들

메소드 설명
Decode ( int &address, int &bufSize, mDecoders method ) : bool
Decrypt ( string infile, string outfile ) : bool
ReleaseMem ( ) : void
SetFaxParams ( int columns, int rows, int k, int end_of_line, int encoded_byte_align, int end_of_block, int black_is1 ) : void
SetPredictorParams ( int predictor, int columns, int colors, int bitspercomponent ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( int &address, int &bufSize, mDecoders method ) : bool
address int
bufSize int
method mDecoders
리턴 bool

Decrypt() 공개 메소드

public Decrypt ( string infile, string outfile ) : bool
infile string
outfile string
리턴 bool

ReleaseMem() 공개 메소드

public ReleaseMem ( ) : void
리턴 void

SetFaxParams() 공개 메소드

public SetFaxParams ( int columns, int rows, int k, int end_of_line, int encoded_byte_align, int end_of_block, int black_is1 ) : void
columns int
rows int
k int
end_of_line int
encoded_byte_align int
end_of_block int
black_is1 int
리턴 void

SetPredictorParams() 공개 메소드

public SetPredictorParams ( int predictor, int columns, int colors, int bitspercomponent ) : void
predictor int
columns int
colors int
bitspercomponent int
리턴 void