VectorSizeX and VectorSizeY properties
These properties specifies the horizontal and vertical size of vector (WMF) files, exported
into ShotGraph working imagespace by ReadImage function. If the value of
property is zero, the vector image will be imported into its natural size.
The default value is zero.
Example
......................
Set g=CreateObject("shotgraph.image")
......................
g.VectorSizeX=320
......................
......................