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