WriteDocumentStart

EmbedAllFontsHtmlController.WriteDocumentStart method

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

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

See Also