Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / WidgetAnnotation Class
Members

In This Topic
    WidgetAnnotation Class
    In This Topic
    Represents a widget annotation used in interactive forms to represent the appearance of fields and to manage user interactions.
    Object Model
    WidgetAnnotation Class
    Syntax
    'Declaration
     
    Public Class WidgetAnnotation 
       Inherits AnnotationBase
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class WidgetAnnotation : AnnotationBase, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Annotations.AnnotationBase
                   GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation

    See Also