| 
SDTProperties Constructor
  | 
 Initializes a new instance of the SDTProperties class with the specified owner.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public SDTProperties(
	DocumentObject owner
)
 
Public Sub New ( 
	owner As DocumentObject
)
 
public:
SDTProperties(
	DocumentObject^ owner
)
 
new : 
owner : DocumentObject -> SDTProperties
 
 
 
Parameters
 
- 
owner
 
- 
 Type:
 
Spire.Doc
DocumentObject
 
 
 
 See Also
See Also