| 
DocumentObject
IsComposite Property
  | 
 Indicating whether this instance is composite.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public virtual bool IsComposite { get; }
 
Public Overridable ReadOnly Property IsComposite As Boolean
	Get
 
public:
virtual property bool IsComposite {
	bool get ();
}
 
abstract IsComposite : bool with get
override IsComposite : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 If this instance is composite, set to
 
true
 
 .
 
Implements
 
IDocumentObject
IsComposite
 
 
 See Also
See Also