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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode Description
ApplyPredictor ( byte uncompData, int predictor, int w, int h, int samplesPerPixel ) : void
DecodePackbits ( byte data, byte dst ) : void
GetNumberOfPages ( RandomAccessFileOrArray s ) : int
GetTiffImage ( RandomAccessFileOrArray s, int page ) : Image
GetTiffImage ( RandomAccessFileOrArray s, int page, bool direct ) : Image
Inflate ( byte deflated, byte inflated ) : void

Méthodes protégées

Méthode Description
GetTiffImageColor ( TIFFDirectory dir, RandomAccessFileOrArray s ) : Image

Private Methods

Méthode Description
GetArrayLongShort ( TIFFDirectory dir, int tag ) : long[]
GetDpi ( TIFFField fd, int resolutionUnit ) : int
ProcessExtraSamples ( ZDeflaterOutputStream zip, ZDeflaterOutputStream mzip, byte outBuf, int samplePerPixel, int bitsPerSample, int width, int height ) : Image

Method Details

ApplyPredictor() public static méthode

public static ApplyPredictor ( byte uncompData, int predictor, int w, int h, int samplesPerPixel ) : void
uncompData byte
predictor int
w int
h int
samplesPerPixel int
Résultat void

DecodePackbits() public static méthode

public static DecodePackbits ( byte data, byte dst ) : void
data byte
dst byte
Résultat void

GetNumberOfPages() public static méthode

public static GetNumberOfPages ( RandomAccessFileOrArray s ) : int
s iTextSharp.text.pdf.RandomAccessFileOrArray
Résultat int

GetTiffImage() public static méthode

public static GetTiffImage ( RandomAccessFileOrArray s, int page ) : Image
s iTextSharp.text.pdf.RandomAccessFileOrArray
page int
Résultat Image

GetTiffImage() public static méthode

public static GetTiffImage ( RandomAccessFileOrArray s, int page, bool direct ) : Image
s iTextSharp.text.pdf.RandomAccessFileOrArray
page int
direct bool
Résultat Image

GetTiffImageColor() protected static méthode

protected static GetTiffImageColor ( TIFFDirectory dir, RandomAccessFileOrArray s ) : Image
dir TIFFDirectory
s iTextSharp.text.pdf.RandomAccessFileOrArray
Résultat Image

Inflate() public static méthode

public static Inflate ( byte deflated, byte inflated ) : void
deflated byte
inflated byte
Résultat void