C# 클래스 iTextSharp.text.pdf.Type3Glyph

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

Private Properties

프로퍼티 타입 설명
Type3Glyph System
Type3Glyph System

공개 메소드들

메소드 설명
AddImage ( System.Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
GetDuplicate ( ) : PdfContentByte

비공개 메소드들

메소드 설명
Type3Glyph ( ) : System
Type3Glyph ( PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, bool colorized ) : System

메소드 상세

AddImage() 공개 메소드

public AddImage ( System.Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
image System.Image
a float
b float
c float
d float
e float
f float
inlineImage bool
리턴 void

GetDuplicate() 공개 메소드

public GetDuplicate ( ) : PdfContentByte
리턴 PdfContentByte