VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfCheckBoxWidgetAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfCheckBoxWidgetAnnotationView Class
    In This Topic
    Determines how to display an annotation of PdfInteractiveFormCheckBoxField and how user can interact with it.
    Object Model
    PdfInteractiveFormCheckBoxField PdfJsField IInteractionController IInteractionController IInteractionController IInteractionController IInteractionController PdfJsDoc PdfAnnotation GraphicsFigurePointsEditor GraphicsFigure PdfCheckBoxWidgetAnnotationView
    Syntax
    'Declaration
    
    Public Class PdfCheckBoxWidgetAnnotationView
       Inherits PdfWidgetAnnotationView
    
    
    public class PdfCheckBoxWidgetAnnotationView : PdfWidgetAnnotationView
    
    
    public __gc class PdfCheckBoxWidgetAnnotationView : public PdfWidgetAnnotationView*
    
    
    public ref class PdfCheckBoxWidgetAnnotationView : public PdfWidgetAnnotationView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
          Vintasoft.Imaging.Pdf.UI.Annotations.PdfAnnotationView
             Vintasoft.Imaging.Pdf.UI.Annotations.PdfWidgetAnnotationView
                Vintasoft.Imaging.Pdf.UI.Annotations.PdfCheckBoxWidgetAnnotationView

    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