ReaderWmfInstance Property |
Gets static instance of
ReaderWmf so you do not need to create your own instance of it.
Namespace: Ab2dAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public static ReaderWmf Instance { get; }
Property Value
Type:
ReaderWmfExamples
Usage: you can simpyl use:
myWmfObject = Ab2d.ReaderWmf.Instance.Read(fileName);
See Also