WriteDocumentStart

IHtmlFormattingController.WriteDocumentStart method

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

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

See Also