iText 5

MetaDo

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

bool

IsNullStrokeFill

(bool isRectangle)

void

OutputText

(int x, int y, int flag, int x1, int y1, int x2, int y2, string text)

void

ReadAll

()

void

StrokeAndFill

()

Internal Static methods

Returns

Name

double

GetArc

(double xCenter, double yCenter, double xDot, double yDot)

Public Static methods

Returns

Name

byte``[]

WrapBMP

(

Image

image)

void

WriteDWord

(Stream os, int v)

void

WriteWord

(Stream os, int v)

Details

Summary

Summary description for MetaDo.

Constructors

MetaDo

Source code

public MetaDo(Stream meta, PdfContentByte cb)

Arguments

Type

Name

Description

Stream

meta

PdfContentByte

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

int

x

int

y

int

flag

int

x1

int

y1

int

x2

int

y2

string

text

IsNullStrokeFill

Source code

public virtual bool IsNullStrokeFill(bool isRectangle)

Arguments

Type

Name

Description

bool

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

double

xCenter

double

yCenter

double

xDot

double

yDot

WrapBMP

Source code

public static byte WrapBMP(Image image)

Arguments

Type

Name

Description

Image

image

WriteWord

Source code

public static void WriteWord(Stream os, int v)

Arguments

Type

Name

Description

Stream

os

int

v

WriteDWord

Source code

public static void WriteDWord(Stream os, int v)

Arguments

Type

Name

Description

Stream

os

int

v

Generated with ModularDoc