VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_ClearAllTextFields Method
In This Topic
    HttpUpload_ClearAllTextFields Method
    In This Topic
    Description
    Clears all text fields of HTTP form.
    Syntax
    Visual Basic
    Public Function HttpUpload_ClearAllTextFields() As Boolean
    Return Type
    TRUE (1) if method is executed successfully, FALSE (0) otherwise.
    Example
    TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto HTTP server.
    See Also