Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadFileAsync Class / Result Property

In This Topic
    Result Property (ReadFileAsync)
    In This Topic
    Gets the result of reading operation (true if the operation succeeded).
    Syntax
    'Declaration
     
    Public ReadOnly Property Result As Boolean
    public bool Result {get;}
    See Also