The path of the log file to create / append.





In This Topic

TwainLogStart Method (GdPictureImaging)

In This Topic
Starts to log twain operations into file.
Syntax
'Declaration
 
Public Function TwainLogStart( _
   ByVal LogPath As String _
) As Boolean
public bool TwainLogStart( 
   string LogPath
)
public function TwainLogStart( 
    LogPath: String
): Boolean; 
public function TwainLogStart( 
   LogPath : String
) : boolean;
public: bool TwainLogStart( 
   string* LogPath
) 
public:
bool TwainLogStart( 
   String^ LogPath
) 

Parameters

LogPath
The path of the log file to create / append.

Return Value

True if success, else False (can't create or access to the log file).
See Also