WriteShapeStart

EmbedAllFontsHtmlController.WriteShapeStart method

Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous.

public virtual void WriteShapeStart(IHtmlGenerator generator, IShape shape)
ParameterTypeDescription
generatorIHtmlGeneratorOutput object.
shapeIShapeShape which is about to render.

See Also