SetImageName
Sets the base file name for the resulting images (e.g. "abc" might result in "abc1.gif"). The file will be overwritten if it already exists.
C++
HRESULT SetImageName([in] BSTR imagename);
Visual Basic
Public Function SetImageName (
imagename As String
) As Long
Parameters
imagename
|
[in] the base file name for the resulting images
|
Return value
None
|