Gets or sets a value indicating whether the page border include the footer.
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.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool PageBorderIncludeFooter { get; set; }
Public Property PageBorderIncludeFooter As Boolean Get Set
public: property bool PageBorderIncludeFooter { bool get (); void set (bool value); }
member PageBorderIncludeFooter : bool with get, set