Click or drag to resize
Pdftools logo

WidgetList Class

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.FormsWidgetList

Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax
C#
public class WidgetList : NativeObject, IList<Widget>, 
	ICollection<Widget>, IEnumerable<Widget>, IEnumerable

The WidgetList type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Top
Methods
 NameDescription
Public methodAdd 
Public methodContains 
Public methodCopyTo 
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodIndexOf 
Public methodInsert 
Top
See Also