Reads the WMF into a template.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void ReadWMF(
	PdfTemplate template
)
Visual Basic
Public Sub ReadWMF ( _
	template As PdfTemplate _
)
Visual C++
public:
void ReadWMF(
	PdfTemplate^ template
)

Parameters

template
Type: iTextSharp.text.pdf..::..PdfTemplate
the template to read to

See Also