SetImageFolder
Sets the path to a directory that will contain the image files. The folder will be created if it does not already exist.
C++
HRESULT SetImageFolder([in] BSTR imagefolder);
Visual Basic
Public Function SetImageFolder (
imagefolder As String
) As Long
Parameters
imagefolder
|
[in] the path to a directory that will contain the image files
|
Return value
None
|