Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string PostData(
string url
)
Public Function PostData (
url As String
) As String
Parameters
- url
- Type: System.String
The web address to send the data to.
Return Value
Type:
String A string containing returned data from the server.
See Also