VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfTextWidgetAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
PdfTextWidgetAnnotationView Class
In This Topic
Determines how to display a annotation of PdfInteractiveFormTextField and how user can interact with it.
Object Model
PdfInteractiveFormTextField PdfJsField IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController PdfJsDoc PdfAnnotation GraphicsFigurePointsEditor GraphicsFigure PdfTextWidgetAnnotationView
Syntax
'Declaration

Public Class PdfTextWidgetAnnotationView
   Inherits PdfWidgetAnnotationView
   Implements ITextInteractiveObject

public class PdfTextWidgetAnnotationView : PdfWidgetAnnotationView, ITextInteractiveObject

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
      Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView
         Vintasoft.Imaging.Pdf.UI.Annotations.PdfWidgetAnnotationView
            Vintasoft.Imaging.Pdf.UI.Annotations.PdfTextWidgetAnnotationView
               Vintasoft.Imaging.Pdf.UI.Annotations.PdfBarcodeWidgetAnnotationView

Requirements

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

See Also