PDFView4NET WinForms Edition
PDFDocument Constructor(IContainer)




O2S.Components.PDFView4NET Namespace > PDFDocument Class > PDFDocument Constructor : PDFDocument Constructor(IContainer)
The container of this object.
Initializes a new PDFDocument object.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer _
)
'Usage
 
Dim container As IContainer
 
Dim instance As New PDFDocument(container)
public PDFDocument( 
   IContainer container
)
public: PDFDocument( 
   IContainer* container
)
public:
PDFDocument( 
   IContainer^ container
)

Parameters

container
The container of this object.
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

PDFDocument Class
PDFDocument Members
Overload List