C# Class iTextSharp.text.pdf.parser.PdfImageObject

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
Get ( PdfName key ) : PdfObject
GetDictionary ( ) : PdfDictionary
GetFileType ( ) : string
GetImageAsBytes ( ) : byte[]
GetImageBytesType ( ) : ImageBytesType
PdfImageObject ( PRStream stream ) : System
PdfImageObject ( PRStream stream, PdfDictionary colorSpaceDic ) : System

Méthodes protégées

Méthode Description
PdfImageObject ( PdfDictionary dictionary, byte samples, PdfDictionary colorSpaceDic ) : System

Private Methods

Méthode Description
DecodeImageBytes ( ) : void
FindColorspace ( PdfObject colorspace, bool allowIndexed ) : void

Method Details

Get() public méthode

public Get ( PdfName key ) : PdfObject
key iTextSharp.text.pdf.PdfName
Résultat iTextSharp.text.pdf.PdfObject

GetDictionary() public méthode

public GetDictionary ( ) : PdfDictionary
Résultat iTextSharp.text.pdf.PdfDictionary

GetFileType() public méthode

public GetFileType ( ) : string
Résultat string

GetImageAsBytes() public méthode

public GetImageAsBytes ( ) : byte[]
Résultat byte[]

GetImageBytesType() public méthode

public GetImageBytesType ( ) : ImageBytesType
Résultat ImageBytesType

PdfImageObject() public méthode

public PdfImageObject ( PRStream stream ) : System
stream iTextSharp.text.pdf.PRStream
Résultat System

PdfImageObject() public méthode

public PdfImageObject ( PRStream stream, PdfDictionary colorSpaceDic ) : System
stream iTextSharp.text.pdf.PRStream
colorSpaceDic iTextSharp.text.pdf.PdfDictionary
Résultat System

PdfImageObject() protected méthode

protected PdfImageObject ( PdfDictionary dictionary, byte samples, PdfDictionary colorSpaceDic ) : System
dictionary iTextSharp.text.pdf.PdfDictionary
samples byte
colorSpaceDic iTextSharp.text.pdf.PdfDictionary
Résultat System