SetImageName
Sets the file name for the resulting image. 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 file name for the resulting image
|
Return value
None
|