VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfOfficeDocumentAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfOfficeDocumentAnnotationView Class
    In This Topic
    Determines how to display a VintaSoft PDF Office Document annotation and how user can interact with it.
    Object Model
    OfficeDocumentVisualEditor IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController PdfJsDoc PdfAnnotation GraphicsFigurePointsEditor GraphicsFigure PdfOfficeDocumentAnnotationView
    Syntax
    'Declaration
    
    Public Class PdfOfficeDocumentAnnotationView
       Inherits PdfMarkupAnnotationView
       Implements IOfficeDocumentInteractiveObject
    
    
    public class PdfOfficeDocumentAnnotationView : PdfMarkupAnnotationView, IOfficeDocumentInteractiveObject
    
    
    public __gc class PdfOfficeDocumentAnnotationView : public PdfMarkupAnnotationView*, IOfficeDocumentInteractiveObject
    
    
    public ref class PdfOfficeDocumentAnnotationView : public PdfMarkupAnnotationView^, IOfficeDocumentInteractiveObject
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
          Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView
             Vintasoft.Imaging.Pdf.UI.Annotations.PdfMarkupAnnotationView
                Vintasoft.Imaging.Pdf.UI.Annotations.PdfOfficeDocumentAnnotationView

    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