Initializes a new instance of the DocumentObject class

Namespace: Spire.Presentation.Converter.Equation.Word
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

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

Parameters

doc
Document
owner
DocumentObject

See Also