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

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

    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 SurroundsHeader As System.Boolean
    public System.bool SurroundsHeader {get; set;}
    See Also