VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfPolylineAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfPolylineAnnotationView Class
    In This Topic
    Determines how to display a PDF polyline annotation and how user can interact with it.
    Object Model
    IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController PdfJsDoc PdfAnnotation GraphicsFigurePointsEditor GraphicsFigure PdfPolylineAnnotationView
    Syntax
    'Declaration
    
    Public Class PdfPolylineAnnotationView
       Inherits PdfPolygonalAnnotationView
    
    
    public class PdfPolylineAnnotationView : PdfPolygonalAnnotationView
    
    
    public __gc class PdfPolylineAnnotationView : public PdfPolygonalAnnotationView*
    
    
    public ref class PdfPolylineAnnotationView : public PdfPolygonalAnnotationView^
    
    
    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.PdfPolygonalAnnotationView
                   Vintasoft.Imaging.Pdf.UI.Annotations.PdfPolylineAnnotationView

    Requirements

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

    See Also