ISvgResourceKeeperCallback class

ISvgResourceKeeperCallback class

The svg callback interface

The ISvgResourceKeeperCallback type exposes the following members:

Methods

MethodDescription
on_image_resource_readyCalled for each raster image in SVG. Use it to specify how to store the raster image.
on_font_resource_readyCalled for each font used in SVG. Use it to specify how to store the font.
on_svg_document_readyCalled when SVG document is ready.

See Also