SvgResourceKeeperCallback

SvgResourceKeeperCallback class

The resource keeper callback.

public class SvgResourceKeeperCallback : ISvgResourceKeeperCallback

Constructors

NameDescription
SvgResourceKeeperCallback()The default constructor.

Methods

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

See Also