| 
PageSetup
DifferentFirstPageHeaderFooter Property
  | 
 Setting to specify that the current section has a different header/footer for first page.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool DifferentFirstPageHeaderFooter { get; set; }
 
Public Property DifferentFirstPageHeaderFooter As Boolean
	Get
	Set
 
public:
property bool DifferentFirstPageHeaderFooter {
	bool get ();
	void set (bool value);
}
 
member DifferentFirstPageHeaderFooter : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also