VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationType Enumeration
    In This Topic
    Specifies available types of PDF annotations.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationType
       Inherits System.Enum
    
    
    public enum PdfAnnotationType : System.Enum
    
    
    __value public enum PdfAnnotationType : public System.Enum
    
    
    public enum class PdfAnnotationType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    UnsupportedUnsupported type.
    TextText annotation.
    LinkLink annotation.
    FreeText(PDF 1.3) Free text annotation.
    Line(PDF 1.3) Line annotation.
    Square(PDF 1.3) Square annotation.
    Circle(PDF 1.3) Circle annotation
    Polygon(PDF 1.5) Polygon annotation.
    PolyLine(PDF 1.5) Polyline annotation.
    Highlight(PDF 1.3) Highlight annotation.
    Underline(PDF 1.3) Underline annotation.
    Squiggly(PDF 1.4) Squiggly-underline annotation.
    StrikeOut(PDF 1.3) Strikeout annotation.
    Stamp(PDF 1.3) Rubber stamp annotation.
    Caret(PDF 1.5) Caret annotation.
    Ink(PDF 1.3) Ink annotation.
    Popup(PDF 1.3) Pop-up annotation.
    FileAttachment(PDF 1.3) File attachment annotation.
    Sound(PDF 1.2) Sound annotation.
    Movie(PDF 1.2) Movie annotation.
    Widget(PDF 1.2) Widget annotation.
    Screen(PDF 1.5) Screen annotation.
    PrinterMark(PDF 1.4) Printer's mark annotation.
    TrapNet(PDF 1.3) Trap network annotation.
    Watermark(PDF 1.6) Watermark annotation.
    Annotation3D(PDF 1.6) 3D annotation.
    Redact(PDF 1.7) Redact annotation.
    Projection(PDF 2.0) Projection annotation.
    RichMedia(PDF 2.0) RichMedia annotation.
    VintasoftOfficeDocumentVintaSoft Office Document annotation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also