PDFView4NET WPF Edition
PDFFieldWidgetCollection Class
Members 




O2S.Components.PDFView4NET.Forms Namespace : PDFFieldWidgetCollection Class
Defines a collection of form fields.
Object Model
PDFFieldWidgetCollection ClassPDFFieldWidget Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFFieldWidgetCollection 
   Inherits O2S.Components.PDFView4NET.PDFCollection(Of PDFFieldWidget,PDFField)
'Usage
 
Dim instance As PDFFieldWidgetCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PDFFieldWidgetCollection : O2S.Components.PDFView4NET.PDFCollection<PDFFieldWidget,PDFField> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public __gc class PDFFieldWidgetCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFFieldWidget,PDFField> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class PDFFieldWidgetCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFFieldWidget,PDFField> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      O2S.Components.PDFView4NET.PDFCollection<T,K>
         O2S.Components.PDFView4NET.Forms.PDFFieldWidgetCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFieldWidgetCollection Members
O2S.Components.PDFView4NET.Forms Namespace