| 
IDocumentObject
IsComposite Property
  | 
 Gets a value indicating whether this instance is composite.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
bool IsComposite { get; }
 
ReadOnly Property IsComposite As Boolean
	Get
 
property bool IsComposite {
	bool get ();
}
 
abstract IsComposite : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 if this instance is composite, set to
 
true
 
 .
 
 See Also
See Also