ITextDocument::New method (tom.h)

Opens a new document.

Syntax

HRESULT New();

Return value

Type: HRESULT

If the ITextDocument::New method succeeds, it returns S_OK.

Remarks

If another document is open, this method saves any current changes and closes the current document before opening a new one.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header tom.h
DLL Msftedit.dll

See also

Conceptual

ITextDocument

Open

Reference

Text Object Model