VintaSoftTwain Control v6.0
VintaSoftTwain Object / GetPathToTempDir Method
In This Topic
    GetPathToTempDir Method
    In This Topic
    Description
    Returns path to Windows temporary directory.
    Syntax
    Visual Basic
    Public Function GetPathToTempDir() As String
    Return Type
    Path to temporary directory of current Windows user.
    Remarks
    This method can be used in web applications if you want to save an acquired image temporarily for preview.

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also