[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection

FieldWidgetCollection Class

Represents a collection of WidgetAnnotation objects owned by Field object.

Inheritance
FieldWidgetCollection
Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class FieldWidgetCollection : Collection<WidgetAnnotation>, IList<WidgetAnnotation>, ICollection<WidgetAnnotation>, IList, ICollection, IReadOnlyList<WidgetAnnotation>, IReadOnlyCollection<WidgetAnnotation>, IEnumerable<WidgetAnnotation>, IEnumerable
Public Class FieldWidgetCollection
    Inherits Collection(Of WidgetAnnotation)
    Implements IList(Of WidgetAnnotation), ICollection(Of WidgetAnnotation), IList, ICollection, IReadOnlyList(Of WidgetAnnotation), IReadOnlyCollection(Of WidgetAnnotation), IEnumerable(Of WidgetAnnotation), IEnumerable

Properties

Name Description
Owner

Gets the Field object that owns this collection.

Methods