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

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

    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