VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfWidgetAnnotation Class
    In This Topic
    Represents a PDF Widget annotation that displays interactive element.
    Object Model
    PdfInteractiveFormField PdfAnnotationAppearanceCharacteristics PdfPaperMetaDataGenerationParameters PdfFileReferenceSpecificationList PdfAnnotationAppearanceGenerator PdfOptionalContentGroup PdfPage PdfAnnotationBorderStyle AffineMatrix PdfAction PdfAnnotationAppearances PdfAnnotationAdditionalActions PdfDocument PdfIndirectReference PdfBasicObject PdfWidgetAnnotation
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfWidgetAnnotation
       Inherits PdfAnnotation
    
    
    public sealed class PdfWidgetAnnotation : PdfAnnotation
    
    
    public __gc __sealed class PdfWidgetAnnotation : public PdfAnnotation*
    
    
    public ref class PdfWidgetAnnotation sealed : public PdfAnnotation^
    
    
    Remarks

    Interactive forms use widget annotations (PDF 1.2) to represent the appearance of fields and to manage user interactions.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfWidgetAnnotation

    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