C# Class iTextFilters.MemDecoder

Inheritance: ICDecoder
Exibir arquivo Open project: dzzie/pdfstreamdumper

Public Methods

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

Method Details

Decode() public method

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

Decrypt() public method

public Decrypt ( string infile, string outfile ) : bool
infile string
outfile string
return bool

ReleaseMem() public method

public ReleaseMem ( ) : void
return void

SetFaxParams() public method

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
return void

SetPredictorParams() public method

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