VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / PdfLineAnnotationGraphicsFigure Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfLineAnnotationGraphicsFigure Class
    In This Topic
    Represents a PDF line annotation graphics figure, i.e. a set of commands for drawing PdfLineAnnotation on PdfGraphics.
    Object Model
    PdfAnnotation PdfDocument GraphicsFigurePoints PdfLineAnnotationGraphicsFigure
    Syntax
    'Declaration
    
    Public Class PdfLineAnnotationGraphicsFigure
       Inherits PdfAnnotationGraphicsFigure
    
    
    public class PdfLineAnnotationGraphicsFigure : PdfAnnotationGraphicsFigure
    
    
    public __gc class PdfLineAnnotationGraphicsFigure : public PdfAnnotationGraphicsFigure*
    
    
    public ref class PdfLineAnnotationGraphicsFigure : public PdfAnnotationGraphicsFigure^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure
          Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.PdfAnnotationGraphicsFigure
             Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.PdfLineAnnotationGraphicsFigure

    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