Document Constructor (Document)
|
Initializes a new instance of the
Document
class
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected Document(
Document doc
)
Protected Sub New (
doc As Document
)
protected:
Document(
Document^ doc
)
new :
doc : Document -> Document
Parameters
-
doc
-
Type:
Spire.Doc
Document
See Also