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

显示文件 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
properties object>.Dictionary

Public Methods

Method 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

Protected Methods

Method Description
Process ( Stream stream, bool noHeader ) : void

Private Methods

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

public static GetImage ( Stream isp ) : Image
isp Stream
return Image

GetImage() public static method

public static GetImage ( Stream isp, bool noHeader, int size ) : Image
isp Stream
noHeader bool
size int
return Image

GetImage() public static method

public static GetImage ( String file ) : Image
file String
return Image

GetImage() public static method

public static GetImage ( Uri url ) : Image
url System.Uri
return Image

GetImage() public static method

public static GetImage ( byte data ) : Image
data byte
return Image

Process() protected method

protected Process ( Stream stream, bool noHeader ) : void
stream Stream
noHeader bool
return void

Property Details

properties public_oe property

public Dictionary properties
return object>.Dictionary