Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / ContourPosition Enumeration

In This Topic
    ContourPosition Enumeration
    In This Topic
    Specifies the position of the anchor for a contour constraint.
    Syntax
    'Declaration
     
    Public Enum ContourPosition 
       Inherits System.Enum
    public enum ContourPosition : System.Enum 
    Members
    MemberDescription
    FirstInInsideThe first position at which the target LayoutRect begins to lie within the contour.
    FirstInOutsideThe first position at which the target LayoutRect begins to intersect with the contour.
    LastOutOutsideThe last position at which the target LayoutRect ends to intersect with the contour.
    NextOutInsideThe next position at which the target LayoutRect ends to lie within the contour.
    NextOutOutsideThe next position at which the target LayoutRect ends to intersect with the contour.
    UndefinedNot a contour constraint.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Layout.ContourPosition

    See Also