Interface ISvgResourceKeeperCallback

ISvgResourceKeeperCallback interface

The svg callback interface

public interface ISvgResourceKeeperCallback

Methods

NameDescription
OnFontResourceReady(FontStoringArgs)Called for each font used in SVG. Use it to specify how to store the font.
OnImageResourceReady(byte[], SvgImageType, string, ref bool)Called for each raster image in SVG. Use it to specify how to store the raster image.
OnSvgDocumentReady(byte[], string)Called when SVG document is ready.

See Also