GetImageName
Gets the base file name for the resulting images (e.g. "abc" might result in "abc1.gif").
C++
HRESULT GetImageName([out, retval] BSTR *imagename);
Visual Basic
Public Function GetImageName () As Long
Parameters
None
Return value
imagename As String
|