SetVerbosity
Sets what processing messages should be displayed. The default is "normal".
C++
HRESULT SetVerbosity([in, defaultvalue("normal")] BSTR verbosity);
Visual Basic
Public Function SetVerbosity (
verbosity As String
) As Long
Parameters
verbosity
|
[in] what processing messages should be displayed
- mute - none
- normal - any error messages and whether the image was generated successfully
- debug - additional processing information
|
Return value
None
|