Documents for PDF, .NET Edition Documentation
LineAnnotationTextPosition Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : LineAnnotationTextPosition Enumeration
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

Reference

GrapeCity.Documents.Pdf.Annotations Namespace