| 
DocOleObject
NativeData Property
  | 
 Gets the native data of embedded OLE object.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Byte
 
 The native data.
 
 See Also
See Also