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

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

Méthodes publiques

Свойство Type Description
properties object>.Dictionary

Méthodes publiques

Méthode Description
GetImage ( Stream isp ) : Image
GetImage ( Stream isp, bool noHeader, int size ) : Image
GetImage ( String file ) : Image
GetImage ( Uri url ) : Image
GetImage ( byte data ) : Image

Méthodes protégées

Méthode Description
Process ( Stream stream, bool noHeader ) : void

Private Methods

Méthode Description
BmpImage ( Stream isp, bool noHeader, int size ) : System
DecodeRLE ( bool is8, byte values ) : byte[]
FindMask ( int mask ) : int
FindShift ( int mask ) : int
GetImage ( ) : Image
GetPalette ( int group ) : byte[]
IndexedModel ( byte bdata, int bpc, int paletteEntries ) : Image
Read1632Bit ( bool is32 ) : Image
Read1Bit ( int paletteEntries ) : Image
Read24Bit ( byte bdata ) : void
Read4Bit ( int paletteEntries ) : Image
Read8Bit ( int paletteEntries ) : Image
ReadDWord ( Stream stream ) : long
ReadInt ( Stream stream ) : int
ReadLong ( Stream stream ) : int
ReadPalette ( int sizeOfPalette ) : void
ReadRLE4 ( ) : Image
ReadRLE8 ( ) : Image
ReadShort ( Stream stream ) : int
ReadUnsignedByte ( Stream stream ) : int
ReadUnsignedInt ( Stream stream ) : long
ReadUnsignedShort ( Stream stream ) : int
ReadWord ( Stream stream ) : int

Method Details

GetImage() public static méthode

public static GetImage ( Stream isp ) : Image
isp Stream
Résultat Image

GetImage() public static méthode

public static GetImage ( Stream isp, bool noHeader, int size ) : Image
isp Stream
noHeader bool
size int
Résultat Image

GetImage() public static méthode

public static GetImage ( String file ) : Image
file String
Résultat Image

GetImage() public static méthode

public static GetImage ( Uri url ) : Image
url System.Uri
Résultat Image

GetImage() public static méthode

public static GetImage ( byte data ) : Image
data byte
Résultat Image

Process() protected méthode

protected Process ( Stream stream, bool noHeader ) : void
stream Stream
noHeader bool
Résultat void

Property Details

properties public_oe property

public Dictionary properties
Résultat object>.Dictionary