







![]() ![]() |
PDFTron SilverDox SDK |
DocumentViewer..::..LoadAsync Method |
DocumentViewer Class See Also Send Feedback |
Loads a .xod document into the viewer.
Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public void LoadAsync( IPartRetriever partRetriever, Action<Exception> callback ) |
Visual Basic |
---|
Public Sub LoadAsync ( _ partRetriever As IPartRetriever, _ callback As Action(Of Exception) _ ) |
Visual C++ |
---|
public: void LoadAsync( IPartRetriever^ partRetriever, Action<Exception^>^ callback ) |
Parameters
- partRetriever
- Type: PDFTron.SilverDox.IO..::..IPartRetriever
A concrete instance of IPartRetriever.
- callback
- Type: System..::..Action<(Of <(<'Exception>)>)>
A callback function that is called when its Document property has been initilized.