| 
MailMerge
HideEmptyParagraphs Property
  | 
 Gets or sets a value indicating whether to remove paragraphs which contain empty merge fields
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool HideEmptyParagraphs { get; set; }
 
Public Property HideEmptyParagraphs As Boolean
	Get
	Set
 
public:
property bool HideEmptyParagraphs {
	bool get ();
	void set (bool value);
}
 
member HideEmptyParagraphs : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also