PDFView4NET WPF Edition
PDFListItemCollection Class
Members 




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

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

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

PDFListItemCollection Members
O2S.Components.PDFView4NET.Forms Namespace