Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageBorderOffsetFrom Enumeration

In This Topic
    PageBorderOffsetFrom Enumeration
    In This Topic
    Specifies the element from which a page border position is measured.
    Syntax
    'Declaration
     
    Public Enum PageBorderOffsetFrom 
       Inherits System.Enum
    public enum PageBorderOffsetFrom : System.Enum 
    Members
    MemberDescription
    PageEdge Border position is measured from the page edge.
    Text Border position is measured from the page margin.
    Inheritance Hierarchy

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

    See Also