Initializes a new instance of the DocumentBase class.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocumentBase(
	Document doc,
	DocumentObject owner
)
Public Sub New ( 
	doc As Document,
	owner As DocumentObject
)
public:
DocumentBase(
	Document^ doc, 
	DocumentObject^ owner
)
new : 
        doc : Document * 
        owner : DocumentObject -> DocumentBase

Parameters

doc
Document
The doc.
owner
DocumentObject
The owner.

See Also