public interface ISvgResourceKeeperCallback
The svg callback interface
| Modifier and Type | Method and Description |
|---|---|
void |
onFontResourceReady(com.aspose.svg.options.FontStoringArgs args)
Called when the font resource is ready for export.
|
String |
onImageResourceReady(byte[] imageData,
int imageType,
String suggestedFileName,
boolean[] useEmbeddedImage)
Called when the image resource is ready for export.
|
String |
onSvgDocumentReady(byte[] htmlData,
String suggestedFileName)
Called when the SVG document is ready for export.
|
String onImageResourceReady(byte[] imageData, int imageType, String suggestedFileName, boolean[] useEmbeddedImage)
Called when the image resource is ready for export.
imageData - The resource data.imageType - Type of the image.suggestedFileName - Name of the suggested file.useEmbeddedImage - if set to true the embedded image must be used.void onFontResourceReady(com.aspose.svg.options.FontStoringArgs args)
Called when the font resource is ready for export.
args - The font storing options.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.