

'Declaration<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class PdfVisualFieldCollection Inherits System.Collections.ObjectModel.Collection(Of PdfVisualField)
'UsageDim instance As PdfVisualFieldCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class PdfVisualFieldCollection : System.Collections.ObjectModel.Collection<PdfVisualField>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class PdfVisualFieldCollection : public System.Collections.ObjectModel.Collection<PdfVisualField>
System.Object
System.Collections.ObjectModel.Collection<T>
Xfinium.Pdf.View.Forms.PdfVisualFieldCollection
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms