Table of Contents

Class ImgWmf

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

An ImgWMF is the representation of a windows metafile that has to be inserted into the document @see Element @see Image @see Gif @see Png

public class ImgWmf : Image, IElement
Inheritance
ImgWmf
Implements
Inherited Members

Constructors

ImgWmf(byte[])

Constructs an ImgWMF-object from memory.

public ImgWmf(byte[] img)

Parameters

img byte[]

the memory image

ImgWmf(string)

Constructs an ImgWMF-object, using a filename.

public ImgWmf(string filename)

Parameters

filename string

a string-representation of the file that contains the image.

ImgWmf(Uri)

Constructs an ImgWMF-object, using an url.

public ImgWmf(Uri url)

Parameters

url Uri

the URL where the image can be found

ImgWmf(Image)

Constructors

public ImgWmf(Image image)

Parameters

image Image

a Image

Methods

ReadWmf(PdfTemplate)

Reads the WMF into a template.

public void ReadWmf(PdfTemplate template)

Parameters

template PdfTemplate

the template to read to