ISvgResourceKeeperCallbackOnSvgDocumentReady Method

Called when SVG document is ready.

Namespace:  Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
string OnSvgDocumentReady(
	byte[] htmlData,
	string suggestedFileName
)

Parameters

htmlData
Type: SystemByte
The SVG document conent bytes.
suggestedFileName
Type: SystemString
Suggested name for the file.

Return Value

Type: String
Should return path to saved svg document.
See Also