FileSystemResourceHandler class
FileSystemResourceHandler class
This class is an implementation of the ResourceHandler
class designed to save resources to the local file system.
Inheritance: FileSystemResourceHandler
→
ResourceHandler
The FileSystemResourceHandler type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the FileSystemResourceHandler class. |
init | Initializes a new instance of the FileSystemResourceHandler class. |
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
FileSystemResourceHandler
- class
Resource
- class
ResourceHandler