ISvgResourceKeeperCallback Methods

The ISvgResourceKeeperCallback type exposes the following members.

Methods
  NameDescription
Public methodOnFontResourceReady
Called for each font used in SVG. Use it to specify how to store the font.
Public methodOnImageResourceReady
Called for each raster image in SVG. Use it to specify how to store the raster image.
Public methodOnSvgDocumentReady
Called when SVG document is ready.
See Also