WriteDocumentEnd

IHtmlFormattingController.WriteDocumentEnd method

Called to write html document footer. Called once per presentation conversion.

public void WriteDocumentEnd(IHtmlGenerator generator, IPresentation presentation)
ParameterTypeDescription
generatorIHtmlGeneratorOutput object.
presentationIPresentationPresentation which being currently rendered.

See Also