Table of Contents

Class MetaObject

Namespace
iText.Kernel.Pdf.Canvas.Wmf
Assembly
itext.kernel.dll

A meta object.

public class MetaObject
Inheritance
MetaObject
Derived
Inherited Members

Constructors

MetaObject()

Creates a new MetaObject.

public MetaObject()

Remarks

Creates a new MetaObject. This constructor doesn't set the type.

MetaObject(int)

Creates a MetaObject with a type.

public MetaObject(int type)

Parameters

type int

the type of meta object

Fields

META_BRUSH

public const int META_BRUSH = 2

Field Value

int

META_FONT

public const int META_FONT = 3

Field Value

int

META_NOT_SUPPORTED

public const int META_NOT_SUPPORTED = 0

Field Value

int

META_PEN

public const int META_PEN = 1

Field Value

int

Methods

GetObjectType()

Get the type of this MetaObject.

public virtual int GetObjectType()

Returns

int

type of MetaObject