Gets the OLE container.

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

Syntax

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

Property Value

Stream
The container.

See Also