Click or drag to resize

OwnerHolder Constructor (Document, OwnerHolder)

Initializes a new instance of the OwnerHolder class.

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public OwnerHolder(
	Document doc,
	OwnerHolder owner
)

Parameters

doc
Type: Spire.DocDocument
The doc.
owner
Type: Spire.DocOwnerHolder
The owner.
See Also