Table of Contents

Class WmfImageData

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

Image implementation for WMF, Windows Metafile.

public class WmfImageData : ImageData
Inheritance
WmfImageData
Inherited Members

Constructors

WmfImageData(byte[])

Creates a WmfImage from a byte[].

public WmfImageData(byte[] bytes)

Parameters

bytes byte[]

the image bytes

WmfImageData(string)

Creates a WmfImage from a file.

public WmfImageData(string fileName)

Parameters

fileName string

pah to the file

WmfImageData(Uri)

Creates a WmfImage from a URL.

public WmfImageData(Uri url)

Parameters

url Uri

URL to the file