Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageBorderAppliesTo Enumeration

In This Topic
    PageBorderAppliesTo Enumeration
    In This Topic
    Specifies which pages the page border is printed on.
    Syntax
    'Declaration
     
    Public Enum PageBorderAppliesTo 
       Inherits System.Enum
    public enum PageBorderAppliesTo : System.Enum 
    Members
    MemberDescription
    AllPages Page border is shown on all pages of a section.
    FirstPage Page border is shown on the first page of a section only.
    OtherPages Page border is shown on all pages except the first page of a section.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PageBorderAppliesTo

    See Also