MetaDo Public class
Description
Summary description for MetaDo.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.codec.wmf iTextSharp.text.pdf.codec.wmf.MetaDo[[MetaDo]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
() |
|
|
() |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
image) |
|
|
( |
|
|
( |
Details
Summary
Summary description for MetaDo.
Constructors
MetaDo
Source code
public MetaDo(Stream meta, PdfContentByte cb)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
meta |
|
|
|
cb |
Methods
ReadAll
Source code
public virtual void ReadAll()
OutputText
Source code
public virtual void OutputText(int x, int y, int flag, int x1, int y1, int x2, int y2, string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
x |
|
|
|
y |
|
|
|
flag |
|
|
|
x1 |
|
|
|
y1 |
|
|
|
x2 |
|
|
|
y2 |
|
|
|
text |
IsNullStrokeFill
Source code
public virtual bool IsNullStrokeFill(bool isRectangle)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isRectangle |
StrokeAndFill
Source code
public virtual void StrokeAndFill()
GetArc
Source code
internal static double GetArc(double xCenter, double yCenter, double xDot, double yDot)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xCenter |
|
|
|
yCenter |
|
|
|
xDot |
|
|
|
yDot |
WrapBMP
Source code
public static byte WrapBMP(Image image)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
image |
WriteWord
Source code
public static void WriteWord(Stream os, int v)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
v |
WriteDWord
Source code
public static void WriteDWord(Stream os, int v)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
os |
|
|
|
v |
Generated with ModularDoc