VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationSimpleView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationSimpleView Class
    In This Topic
    Determines how to display a PDF annotation and defines simple interaction logic.
    Object Model
    IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController PdfJsDoc PdfAnnotation GraphicsFigurePointsEditor GraphicsFigure PdfAnnotationSimpleView
    Syntax
    'Declaration
    
    Public Class PdfAnnotationSimpleView
       Inherits PdfAnnotationView
    
    
    public class PdfAnnotationSimpleView : PdfAnnotationView
    
    
    public __gc class PdfAnnotationSimpleView : public PdfAnnotationView*
    
    
    public ref class PdfAnnotationSimpleView : public PdfAnnotationView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
          Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView
             Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationSimpleView

    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