Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LineAnnotationTextPosition Enumeration

In This Topic
    LineAnnotationTextPosition Enumeration
    In This Topic
    Specifies the possible positions of a text for LineAnnotation.
    Syntax
    'Declaration
     
    Public Enum LineAnnotationTextPosition 
       Inherits System.Enum
    public enum LineAnnotationTextPosition : System.Enum 
    Members
    MemberDescription
    InlineText is centered inside the line.
    NoneText is not shown.
    TopText is on top of the line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Annotations.LineAnnotationTextPosition

    See Also