VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextAnnotation Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfTextAnnotation Class
    In This Topic
    Represents a PDF annotation that displays a "sticky note" attached to a point in the PDF document.
    Object Model
    PdfPopupAnnotation PdfAnnotation PdfFileReferenceSpecificationList PdfAnnotationAppearanceGenerator PdfOptionalContentGroup PdfPage PdfAnnotationBorderStyle AffineMatrix PdfAction PdfAnnotationAppearances PdfAnnotationAdditionalActions PdfDocument PdfIndirectReference PdfBasicObject PdfTextAnnotation
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfTextAnnotation
       Inherits PdfMarkupAnnotation
    
    
    public sealed class PdfTextAnnotation : PdfMarkupAnnotation
    
    
    public __gc __sealed class PdfTextAnnotation : public PdfMarkupAnnotation*
    
    
    public ref class PdfTextAnnotation sealed : public PdfMarkupAnnotation^
    
    
    Remarks

    When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note in a font and size chosen by the viewer application.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation
                Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextAnnotation

    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