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

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

    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