VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPopupAnnotation Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfPopupAnnotation Class
    In This Topic
    Represents a PDF annotation that displays text in a pop-up window for entry and editing.
    Object Model
    PdfMarkupAnnotation PdfFileReferenceSpecificationList PdfAnnotationAppearanceGenerator PdfOptionalContentGroup PdfPage PdfAnnotationBorderStyle AffineMatrix PdfAction PdfAnnotationAppearances PdfAnnotationAdditionalActions PdfDocument PdfIndirectReference PdfBasicObject PdfPopupAnnotation
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfPopupAnnotation
       Inherits PdfAnnotation
    
    
    public sealed class PdfPopupAnnotation : PdfAnnotation
    
    
    public __gc __sealed class PdfPopupAnnotation : public PdfAnnotation*
    
    
    public ref class PdfPopupAnnotation sealed : public PdfAnnotation^
    
    
    Remarks

    Pop-up annotation typically does not appear alone but is associated with a markup annotation, its parent annotation, and is used for editing the parent’s text.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfPopupAnnotation

    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