[Registered version only]
AdvancedCheck property
The AdvancedCheck property specifies whether the GetFileDimensions
and ReadImage functions will works with WMF files.
The True value means the checking and reading of WMF files are enabled.
Overwise, the working with WMF files are disabled.
The default value is False.
Example
......................
Set g=CreateObject("shotgraph.image")
......................
g.AdvancedCheck=True
......................
......................