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

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

    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