Table of Contents

Method New

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

New()

Clears the Document and initializes default values.

public void New()

Remarks

The EnsureDefaults() is also called. It raises OnBeforeOpenDocument event before clearing the document and OnAfterNewDocument event after initializing the document.
You can use these events to add custom code before and after the initialization of the document.