| 
MailMerge
MailMergeMainDocumentType Property
  | 
 Specifies the possible types for a mail merge source document.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public MailMergeMainDocumentType MailMergeMainDocumentType { get; set; }
 
Public Property MailMergeMainDocumentType As MailMergeMainDocumentType
	Get
	Set
 
public:
property MailMergeMainDocumentType MailMergeMainDocumentType {
	MailMergeMainDocumentType get ();
	void set (MailMergeMainDocumentType value);
}
 
member MailMergeMainDocumentType : MailMergeMainDocumentType with get, set
 
 
 
Property Value
 
 Type:
 
MailMergeMainDocumentType
 
 
 See Also
See Also