Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageBorderCollection Class / SurroundsFooter Property

In This Topic
    SurroundsFooter Property
    In This Topic
    Gets or sets a value indicating whether a page border encompasses the document footer.

    This property applies to all document sections and has effect only for sections where OffsetFrom property is equal to PageBorderOffsetFrom.Text.

    Syntax
    'Declaration
     
    Public Property SurroundsFooter As System.Boolean
    public System.bool SurroundsFooter {get; set;}
    See Also