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

MethodDescription
handle_resourceThis 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_referenceThis 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