Interface ISvgResourceKeeperCallback
- Namespace
- Aspose.CAD.ImageOptions.SvgOptionsParameters
- Assembly
- Aspose.CAD.dll
The svg callback interface
public interface ISvgResourceKeeperCallback
Methods
- 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.