Initializes a new instance of the DocumentSerializable class

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

Syntax

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

Parameters

doc
Document
entity
DocumentObject

See Also