Gets the native data of embedded OLE object.

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 byte[] NativeData { get; }
Public ReadOnly Property NativeData As Byte()
	Get
public:
virtual property array<unsigned char>^ NativeData {
	array<unsigned char>^ get () sealed;
}
abstract NativeData : byte[] with get
override NativeData : byte[] with get

Property Value

array<Byte>[]()[][]
The native data.

See Also