Gets the child object.

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 override DocumentObjectCollection ChildObjects { get; }
Public Overrides ReadOnly Property ChildObjects As DocumentObjectCollection
	Get
public:
virtual property DocumentObjectCollection^ ChildObjects {
	DocumentObjectCollection^ get () override;
}
abstract ChildObjects : DocumentObjectCollection with get
override ChildObjects : DocumentObjectCollection with get

Property Value

DocumentObjectCollection
The child object.

Implements

ICompositeObject..::..ChildObjects

See Also