C# 클래스 iTextSharp.text.pdf.codec.BmpImage

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
properties object>.Dictionary

공개 메소드들

메소드 설명
GetImage ( Stream isp ) : Image
GetImage ( Stream isp, bool noHeader, int size ) : Image
GetImage ( String file ) : Image
GetImage ( Uri url ) : Image
GetImage ( byte data ) : Image

보호된 메소드들

메소드 설명
Process ( Stream stream, bool noHeader ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetImage() 공개 정적인 메소드

public static GetImage ( Stream isp ) : Image
isp Stream
리턴 Image

GetImage() 공개 정적인 메소드

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

GetImage() 공개 정적인 메소드

public static GetImage ( String file ) : Image
file String
리턴 Image

GetImage() 공개 정적인 메소드

public static GetImage ( Uri url ) : Image
url System.Uri
리턴 Image

GetImage() 공개 정적인 메소드

public static GetImage ( byte data ) : Image
data byte
리턴 Image

Process() 보호된 메소드

protected Process ( Stream stream, bool noHeader ) : void
stream Stream
noHeader bool
리턴 void

프로퍼티 상세

properties 공개적으로 프로퍼티

public Dictionary properties
리턴 object>.Dictionary