OnSvgDocumentReady

ISvgResourceKeeperCallback.OnSvgDocumentReady method

Called when the SVG document is ready for export.

public string OnSvgDocumentReady(byte[] htmlData, string suggestedFileName)
ParameterTypeDescription
htmlDataByte[]The SVG data.
suggestedFileNameStringName of the suggested file.

Return Value

Returns the path to the saved SVG document.

See Also