MailMergeGetMergeFieldNames Method |
Gets a collection of mail merge field names available in the document.
Namespace: SautinSoft.Document.MailMergingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic IEnumerable<string> GetMergeFieldNames()
Public Function GetMergeFieldNames As IEnumerable(Of String)
Return Value
IEnumerableString
A sequence of a merge field names.
See Also