C# 클래스 iTextSharp.text.pdf.parser.PdfImageObject

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

공개 메소드들

메소드 설명
Get ( PdfName key ) : PdfObject
GetDictionary ( ) : PdfDictionary
GetFileType ( ) : string
GetImageAsBytes ( ) : byte[]
GetImageBytesType ( ) : ImageBytesType
PdfImageObject ( PRStream stream ) : System
PdfImageObject ( PRStream stream, PdfDictionary colorSpaceDic ) : System

보호된 메소드들

메소드 설명
PdfImageObject ( PdfDictionary dictionary, byte samples, PdfDictionary colorSpaceDic ) : System

비공개 메소드들

메소드 설명
DecodeImageBytes ( ) : void
FindColorspace ( PdfObject colorspace, bool allowIndexed ) : void

메소드 상세

Get() 공개 메소드

public Get ( PdfName key ) : PdfObject
key iTextSharp.text.pdf.PdfName
리턴 iTextSharp.text.pdf.PdfObject

GetDictionary() 공개 메소드

public GetDictionary ( ) : PdfDictionary
리턴 iTextSharp.text.pdf.PdfDictionary

GetFileType() 공개 메소드

public GetFileType ( ) : string
리턴 string

GetImageAsBytes() 공개 메소드

public GetImageAsBytes ( ) : byte[]
리턴 byte[]

GetImageBytesType() 공개 메소드

public GetImageBytesType ( ) : ImageBytesType
리턴 ImageBytesType

PdfImageObject() 공개 메소드

public PdfImageObject ( PRStream stream ) : System
stream iTextSharp.text.pdf.PRStream
리턴 System

PdfImageObject() 공개 메소드

public PdfImageObject ( PRStream stream, PdfDictionary colorSpaceDic ) : System
stream iTextSharp.text.pdf.PRStream
colorSpaceDic iTextSharp.text.pdf.PdfDictionary
리턴 System

PdfImageObject() 보호된 메소드

protected PdfImageObject ( PdfDictionary dictionary, byte samples, PdfDictionary colorSpaceDic ) : System
dictionary iTextSharp.text.pdf.PdfDictionary
samples byte
colorSpaceDic iTextSharp.text.pdf.PdfDictionary
리턴 System