Page tree
Skip to end of metadata
Go to start of metadata

Description

Opens and returns an existing Document from disk.

C#
vb.net

Parameters

fileName
The complete path and filename of the document to open from disk.

Returns

The document that is opened from disk.

Exceptions

System.Exception
Thrown if an error occurs while opening the document.

Remarks

Though the WordTemplate object currently supports Office Open XML (Word 2007) format files, WordApplication.Open() does not yet support them.

Examples

C#
vb.net
  • No labels