Collection of form widgets. Associated with a page and field

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class WidgetCollection : IEnumerable<Widget>, 
	IEnumerable
Visual Basic
Public Class WidgetCollection _
	Implements IEnumerable(Of Widget), IEnumerable

Remarks

This collection is non-creatable and can be obtained through the Widgets property of both Page and Field.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Annotations.Widgets..::..WidgetCollection

See Also