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

Summary description for MetaDo.
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
cb PdfContentByte
meta InputMeta

Méthodes publiques

Méthode 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

Méthode Description
GetArc ( float xCenter, float yCenter, float xDot, float yDot ) : float

Method Details

IsNullStrokeFill() public méthode

public IsNullStrokeFill ( bool isRectangle ) : bool
isRectangle bool
Résultat bool

MetaDo() public méthode

public MetaDo ( Stream meta, PdfContentByte cb ) : System
meta Stream
cb PdfContentByte
Résultat System

OutputText() public méthode

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
Résultat void

ReadAll() public méthode

public ReadAll ( ) : void
Résultat void

StrokeAndFill() public méthode

public StrokeAndFill ( ) : void
Résultat void

WrapBMP() public static méthode

public static WrapBMP ( Image image ) : byte[]
image Image
Résultat byte[]

WriteDWord() public static méthode

public static WriteDWord ( Stream os, int v ) : void
os Stream
v int
Résultat void

WriteWord() public static méthode

public static WriteWord ( Stream os, int v ) : void
os Stream
v int
Résultat void

Property Details

cb public_oe property

public PdfContentByte cb
Résultat PdfContentByte

meta public_oe property

public InputMeta,iTextSharp.text.pdf.codec.wmf meta
Résultat InputMeta