PDFView4NET WinForms Edition
PDFCollection<T,K> Constructor




O2S.Components.PDFView4NET Namespace > PDFCollection<T,K> Class : PDFCollection<T,K> Constructor
The object that owns the collection.
Initializes a new PDFCollection object.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As K _
)
'Usage
 
Dim parent As K
 
Dim instance As New PDFCollection(Of T,K)(parent)
public PDFCollection<T,K>( 
   K parent
)
public: PDFCollection<T,K>( 
   K* parent
)
public:
PDFCollection<T,K>( 
   K^ parent
)

Parameters

parent
The object that owns the collection.
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

PDFCollection<T,K> Class
PDFCollection<T,K> Members