1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. IHtmlSavingCallback

IHtmlSavingCallback

IHtmlSavingCallback interface

Interface, that is used while saving the to the HTML format and which must be implemented by the end-user in order to save the provided resource and returns a link to it

public interface IHtmlSavingCallback

Methods

Name Description
SaveOneResource(IHtmlResource) Instance method, that is triggered during the Save method call and which must be implemented by the end-user in order to obtain and save the provided HTML resource and then return a link to this resource back to the invoker.

See Also