Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Document Property (CodecsLoadSvgAsyncCompletedEventArgs)








Gets the ISvgDocument object being loaded.
Syntax
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();
}

Property Value

A ISvgDocument object that is being loaded, or a null reference if an error occurred.
Remarks

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.

Example
For an example, refer to RasterCodecs.LoadSvgAsyncCompleted.
Requirements

Target Platforms

See Also

Reference

CodecsLoadSvgAsyncCompletedEventArgs Class
CodecsLoadSvgAsyncCompletedEventArgs Members

Error processing SSI file