Click or drag to resize
ReaderWmfInstance Property
Gets static instance of ReaderWmf so you do not need to create your own instance of it.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public static ReaderWmf Instance { get; }

Property Value

Type: ReaderWmf
Examples
Usage: you can simpyl use:
myWmfObject = Ab2d.ReaderWmf.Instance.Read(fileName);
See Also