VintaSoftTwain Control v6.0
VintaSoftTwain Object / FtpUpload_ErrorCode Property
In This Topic
    FtpUpload_ErrorCode Property
    In This Topic
    Description
    Gets a code that defines error occured during image uploading to FTP server.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property FtpUpload_ErrorCode As enumFtpErrorCode
    Return Type
    Code that defines error occured during image uploading to FTP server.
    Remarks
    After executing of FtpUpload_UploadImage method it is necessary to monitor this property and the FtpUpload_Status property for getting result of image uploading.
    See Also