You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > TWAIN Features > TwainLogStart Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TwainLogStart Method

Starts to log twain operations into file.

C#
public Boolean TwainLogStart(
    String LogPath
);
Visual Basic
Public Function TwainLogStart(
    ByVal LogPath As String
) As Boolean
Parameters
Parameters 
Description 
LogPath 
The path of the log file to create / append.  
Returns

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

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.