public interface ISvgResourceKeeperCallback
The svg callback interface
| Modifier and Type | Method and Description |
|---|---|
void |
onFontResourceReady(com.aspose.svg.options.FontStoringArgs args)
Called when [font resource ready].
|
String |
onImageResourceReady(byte[] imageData,
int imageType,
String suggestedFileName,
boolean[] useEmbeddedImage)
Called when image resource ready.
|
String |
onSvgDocumentReady(byte[] htmlData,
String suggestedFileName)
Called when SVG document ready.
|
String onImageResourceReady(byte[] imageData, int imageType, String suggestedFileName, boolean[] useEmbeddedImage)
Called when image resource ready.
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 [font resource ready].
args - The arguments.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.