Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldWidgetCollection Class
Members

In This Topic
    FieldWidgetCollection Class
    In This Topic
    Represents a collection of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation objects owned by Field object.
    Object Model
    FieldWidgetCollection Class
    Syntax
    'Declaration
     
    Public Class FieldWidgetCollection 
       Inherits System.Collections.ObjectModel.Collection(Of WidgetAnnotation)
    public class FieldWidgetCollection : System.Collections.ObjectModel.Collection<WidgetAnnotation> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection

    See Also