DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageBorderAppliesTo Enumeration

PageBorderAppliesTo Enumeration
Specifies which pages the page border is printed on.
Syntax
'Declaration
 
Public Enum PageBorderAppliesTo 
   Inherits 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