NewDocument Method (IApplication)
Creates a new document using the specified template.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function NewDocument( _
const dsString& TemplateName As System.String _
) As Document |
Parameters
- TemplateName
- Path and file name of the template to use for the new document
- Document[out] or Return Value
- Document
Remarks
See Also