[]
        
(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: GcDocs.Pdf.dll
Syntax
public class FieldWidgetCollection : Collection<WidgetAnnotation>, IList<WidgetAnnotation>, ICollection<WidgetAnnotation>, IList, ICollection, IReadOnlyList<WidgetAnnotation>, IReadOnlyCollection<WidgetAnnotation>, IEnumerable<WidgetAnnotation>, IEnumerable

Properties

Name Description
Owner

Gets the Field object that owns this collection.

Methods

Name Description
ClearItems()
InsertItem(int, WidgetAnnotation)
RemoveItem(int)
SetItem(int, WidgetAnnotation)