ResourceHandler Class
Contents
[
Hide
]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
.
public abstract class ResourceHandler
Methods
Name | Description |
---|---|
abstract HandleResource(Resource, ResourceHandlingContext) | 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. |
virtual HandleResourceReference(Resource, ResourceHandlingContext) | 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
- namespace Aspose.Svg.Saving.ResourceHandlers
- assembly Aspose.SVG