Indicating whether this instance is composite.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsComposite { get; }
Public ReadOnly Property IsComposite As Boolean
	Get
public:
virtual property bool IsComposite {
	bool get () sealed;
}
abstract IsComposite : bool with get
override IsComposite : bool with get

Property Value

Boolean
If this instance is composite, set to true.

Implements

IDocumentObject..::..IsComposite

See Also