C# Class iTextFilters.MemDecoder

Inheritance: ICDecoder
Afficher le fichier Open project: dzzie/pdfstreamdumper

Méthodes publiques

Méthode 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 méthode

public Decode ( int &address, int &bufSize, mDecoders method ) : bool
address int
bufSize int
method mDecoders
Résultat bool

Decrypt() public méthode

public Decrypt ( string infile, string outfile ) : bool
infile string
outfile string
Résultat bool

ReleaseMem() public méthode

public ReleaseMem ( ) : void
Résultat void

SetFaxParams() public méthode

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
Résultat void

SetPredictorParams() public méthode

public SetPredictorParams ( int predictor, int columns, int colors, int bitspercomponent ) : void
predictor int
columns int
colors int
bitspercomponent int
Résultat void