ResourceHandler class
ResourceHandler class
This class is responsible for handling resources. It provides methods that allow you to control what will be done with the Resource
, as well as what reference will be written to the parent Resource
.
The ResourceHandler type exposes the following members:
Methods
Method | Description |
---|---|
handle_resource | This method is responsible for handling the resource. In it you can save the Resource to the stream or embed it into the parent resource. |
handle_resource_reference | This method is responsible for handling the resource reference. In this method, you can set what the reference to the resource being handled will look like. |
See Also
- module
aspose.svg.saving.resourcehandlers
- class
Resource