XFINIUM.PDF.View.Wpf Documentation
PdfDocumentViewCollection Class
Members 



Xfinium.Pdf.View Namespace : PdfDocumentViewCollection Class
Defines a collection of viewer controls.
Object Model
PdfDocumentViewCollection ClassPdfDocumentView Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PdfDocumentViewCollection 
   Inherits System.Collections.ObjectModel.Collection(Of PdfDocumentView)
'Usage
 
Dim instance As PdfDocumentViewCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PdfDocumentViewCollection : System.Collections.ObjectModel.Collection<PdfDocumentView> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class PdfDocumentViewCollection : public System.Collections.ObjectModel.Collection<PdfDocumentView> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      Xfinium.Pdf.View.PdfDocumentViewCollection

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentViewCollection Members
Xfinium.Pdf.View Namespace