C# 클래스 iTextSharp.text.pdf.codec.wmf.MetaDo

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

공개 프로퍼티들

프로퍼티 타입 설명
cb PdfContentByte
meta InputMeta

공개 메소드들

메소드 설명
IsNullStrokeFill ( bool isRectangle ) : bool
MetaDo ( Stream meta, PdfContentByte cb ) : System
OutputText ( int x, int y, int flag, int x1, int y1, int x2, int y2, string text ) : void
ReadAll ( ) : void
StrokeAndFill ( ) : void
WrapBMP ( Image image ) : byte[]
WriteDWord ( Stream os, int v ) : void
WriteWord ( Stream os, int v ) : void

비공개 메소드들

메소드 설명
GetArc ( float xCenter, float yCenter, float xDot, float yDot ) : float

메소드 상세

IsNullStrokeFill() 공개 메소드

public IsNullStrokeFill ( bool isRectangle ) : bool
isRectangle bool
리턴 bool

MetaDo() 공개 메소드

public MetaDo ( Stream meta, PdfContentByte cb ) : System
meta Stream
cb PdfContentByte
리턴 System

OutputText() 공개 메소드

public OutputText ( int x, int y, int flag, int x1, int y1, int x2, int y2, string text ) : void
x int
y int
flag int
x1 int
y1 int
x2 int
y2 int
text string
리턴 void

ReadAll() 공개 메소드

public ReadAll ( ) : void
리턴 void

StrokeAndFill() 공개 메소드

public StrokeAndFill ( ) : void
리턴 void

WrapBMP() 공개 정적인 메소드

public static WrapBMP ( Image image ) : byte[]
image Image
리턴 byte[]

WriteDWord() 공개 정적인 메소드

public static WriteDWord ( Stream os, int v ) : void
os Stream
v int
리턴 void

WriteWord() 공개 정적인 메소드

public static WriteWord ( Stream os, int v ) : void
os Stream
v int
리턴 void

프로퍼티 상세

cb 공개적으로 프로퍼티

public PdfContentByte cb
리턴 PdfContentByte

meta 공개적으로 프로퍼티

public InputMeta,iTextSharp.text.pdf.codec.wmf meta
리턴 InputMeta