| 
PageSetup
PageBorderIncludeHeader Property
  | 
 Gets or sets a value indicating whether the page border include the header.
If the page border is not measured from the text extents using a value of text in the PageBorderOffsetFrome, then it can be ignored.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool PageBorderIncludeHeader { get; set; }
 
Public Property PageBorderIncludeHeader As Boolean
	Get
	Set
 
public:
property bool PageBorderIncludeHeader {
	bool get ();
	void set (bool value);
}
 
member PageBorderIncludeHeader : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also