Back to Devexpress

Document.BorderSurroundsFooter Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-35b672f7.md

latest1.6 KB
Original Source

Document.BorderSurroundsFooter Property

Specifies whether the page border includes or excludes the footer.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool BorderSurroundsFooter { get; set; }
vb
Property BorderSurroundsFooter As Boolean

Property Value

TypeDescription
Boolean

true for page borders to include the footer; otherwise, false.

|

Remarks

The table below compares the alignment of page borders and footers with BorderSurroundsFooter set to true and false:

BorderSurroundsFooter = true (Default)BorderSurroundsFooter = false

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace