![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadSvgAsyncCompletedEventArgs Class : Document Property |
public ISvgDocument Document {get;}
'Declaration
Public ReadOnly Property Document As ISvgDocument
'Usage
Dim instance As CodecsLoadSvgAsyncCompletedEventArgs Dim value As ISvgDocument value = instance.Document
public ISvgDocument Document {get;}
public SvgDocument getDocument()
get_Document();
public: property ISvgDocument^ Document { ISvgDocument^ get(); }
When the asynchronous operation completes, the RasterCodecs.LoadSvgAsyncCompleted event will fire and Document will contain the final and ready to use object. If an error occurs, this property will be set to null and the object is disposed internally by the toolkit.
When an error occur, either the Error property is not a null reference or the Cancelled property is true.