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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Passes a document from WordApplication to WordTemplate.

C#
vb.net

Parameters

aApp
The instance of WordApplication that was used to create the document.
aDoc
A Document object representing the Word file created with WordApplication.

Remarks

You can use WordApplication to create a document with merge fields (a template) and pass the file to WordTemplate to populate the merge fields.

Examples

C#
vb.net
  • No labels