C# Class iTextSharp.text.pdf.codec.wmf.MetaDo

Summary description for MetaDo.
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
cb PdfContentByte
meta InputMeta

Public Methods

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

Private Methods

Method Description
GetArc ( float xCenter, float yCenter, float xDot, float yDot ) : float

Method Details

IsNullStrokeFill() public method

public IsNullStrokeFill ( bool isRectangle ) : bool
isRectangle bool
return bool

MetaDo() public method

public MetaDo ( Stream meta, PdfContentByte cb ) : System
meta Stream
cb PdfContentByte
return System

OutputText() public method

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
return void

ReadAll() public method

public ReadAll ( ) : void
return void

StrokeAndFill() public method

public StrokeAndFill ( ) : void
return void

WrapBMP() public static method

public static WrapBMP ( Image image ) : byte[]
image Image
return byte[]

WriteDWord() public static method

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

WriteWord() public static method

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

Property Details

cb public property

public PdfContentByte cb
return PdfContentByte

meta public property

public InputMeta,iTextSharp.text.pdf.codec.wmf meta
return InputMeta