Previous Topic

Next Topic

Book Contents

Book Index

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

Previous Topic

Next Topic

Book Contents

Book Index


[Design Science Home]
Copyright © 1996-2016 Design Science, Inc. All rights reserved.