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

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

    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