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

In This Topic
    GutterPosition Enumeration
    In This Topic
    Specifies where the gutter appears in the document.
    Syntax
    'Declaration
     
    Public Enum GutterPosition 
       Inherits System.Enum
    public enum GutterPosition : System.Enum 
    Members
    MemberDescription
    Left Guuter on the left side.
    Right Gutter on the right side.
    Top Gutter at the top.
    Inheritance Hierarchy

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

    See Also