[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection

Class FieldWidgetCollection

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Represents a collection of WidgetAnnotation objects owned by Field object.

public class FieldWidgetCollection : Collection<WidgetAnnotation>, IList<WidgetAnnotation>, ICollection<WidgetAnnotation>, IList, ICollection, IReadOnlyList<WidgetAnnotation>, IReadOnlyCollection<WidgetAnnotation>, IEnumerable<WidgetAnnotation>, IEnumerable
Inheritance
object
System.Collections.ObjectModel.Collection<T><WidgetAnnotation>
FieldWidgetCollection
Implements
System.Collections.Generic.IList<T><WidgetAnnotation>
System.Collections.Generic.ICollection<T><WidgetAnnotation>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T><WidgetAnnotation>
System.Collections.Generic.IReadOnlyCollection<T><WidgetAnnotation>
System.Collections.Generic.IEnumerable<T><WidgetAnnotation>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Add(GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Clear()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.CopyTo(GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation[], int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Contains(GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.GetEnumerator()
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.IndexOf(GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Insert(int, GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Remove(GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.RemoveAt(int)
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Count
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.Items
System.Collections.ObjectModel.Collection<GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Owner

Gets the Field object that owns this collection.

public Field Owner { get; }

Property Value

Field

Methods

ClearItems()

protected override void ClearItems()

InsertItem(int, WidgetAnnotation)

protected override void InsertItem(int index, WidgetAnnotation item)

Parameters

index int
item WidgetAnnotation

RemoveItem(int)

protected override void RemoveItem(int index)

Parameters

index int

SetItem(int, WidgetAnnotation)

protected override void SetItem(int index, WidgetAnnotation item)

Parameters

index int
item WidgetAnnotation