ISvgResourceKeeperCallback

ISvgResourceKeeperCallback interface

The svg callback interface

public interface ISvgResourceKeeperCallback

Methods

NameDescription
OnFontResourceReady(FontStoringArgs)Called when the font resource is ready for export.
OnImageResourceReady(byte[], SvgImageType, string, ref bool)Called when the image resource is ready for export.
OnSvgDocumentReady(byte[], string)Called when the SVG document is ready for export.

See Also