PDFView4NET WinForms Edition
PDFFileAttachmentsViewCollection Class
Members 




O2S.Components.PDFView4NET Namespace : PDFFileAttachmentsViewCollection Class
Defines a collection of PDFFileAttachmentsView objects representing the viewers for a document's file attachments.
Object Model
PDFFileAttachmentsViewCollection ClassPDFFileAttachmentsView Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class PDFFileAttachmentsViewCollection 
   Inherits O2S.Components.PDFView4NET.PDFCollection(Of PDFFileAttachmentsView,PDFDocument)
'Usage
 
Dim instance As PDFFileAttachmentsViewCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class PDFFileAttachmentsViewCollection : O2S.Components.PDFView4NET.PDFCollection<PDFFileAttachmentsView,PDFDocument> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public __gc class PDFFileAttachmentsViewCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFFileAttachmentsView,PDFDocument> 
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class PDFFileAttachmentsViewCollection : public O2S.Components.PDFView4NET.PDFCollection<PDFFileAttachmentsView,PDFDocument> 
Inheritance Hierarchy

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

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

PDFFileAttachmentsViewCollection Members
O2S.Components.PDFView4NET Namespace