PDFView4NET WinForms Edition
PDFTextRunSelectionCollection Class
Members 




O2S.Components.PDFView4NET.Text Namespace : PDFTextRunSelectionCollection Class
Defines a read only collection of PDFTextRunSelection objects.
Object Model
PDFTextRunSelectionCollection ClassPDFTextRunSelection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFTextRunSelectionCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of PDFTextRunSelection)
'Usage
 
Dim instance As PDFTextRunSelectionCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PDFTextRunSelectionCollection : System.Collections.ObjectModel.ReadOnlyCollection<PDFTextRunSelection> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public __gc class PDFTextRunSelectionCollection : public System.Collections.ObjectModel.ReadOnlyCollection<PDFTextRunSelection> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class PDFTextRunSelectionCollection : public System.Collections.ObjectModel.ReadOnlyCollection<PDFTextRunSelection> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      O2S.Components.PDFView4NET.Text.PDFTextRunSelectionCollection

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

PDFTextRunSelectionCollection Members
O2S.Components.PDFView4NET.Text Namespace