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

In This Topic
    TextMarkupType Enumeration
    In This Topic
    Defines possible text markup types.
    Syntax
    'Declaration
     
    Public Enum TextMarkupType 
       Inherits System.Enum
    public enum TextMarkupType : System.Enum 
    Members
    MemberDescription
    HighlightHighlighting markup.
    SquigglySquiggly markup.
    StrikeOutStrikeout markup.
    UnderlineUnderline markup.
    Inheritance Hierarchy

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

    See Also