Click or drag to resize
ConfigResetDocument Method

Clears the XML document and creates a new one.

This method is mostly used in an IAction or in a windows application to render content (for example, create a PDF document or the HTML content of an email) and then clear the Config object to do another rendering.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void ResetDocument()
See Also