







![]() ![]() |
PDFTron SilverDox SDK |
Document..::..OnLoadThumbnailAsyncCallbackArgs..::..AsyncState Property |
Document..::..OnLoadThumbnailAsyncCallbackArgs Class See Also Send Feedback |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public Object AsyncState { get; private set; } |
Visual Basic |
---|
Public Property AsyncState As Object Get Private Set |
Visual C++ |
---|
public: virtual property Object^ AsyncState { Object^ get () sealed; private: void set (Object^ value) sealed; } |