Click or drag to resize

MailMergeGetMergeFieldNames Method

Gets a collection of mail merge field names available in the document.

Namespace: SautinSoft.Document.MailMerging
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public IEnumerable<string> GetMergeFieldNames()

Return Value

IEnumerableString
A sequence of a merge field names.
See Also