IParagraph
AppendOleObject Method (
Byte
, DocPicture, String)
|
Appends the package OLE object (ole object without specified type).
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
DocOleObject AppendOleObject(
byte[] oleBytes,
DocPicture olePicture,
string fileExtension
)
Function AppendOleObject (
oleBytes As Byte(),
olePicture As DocPicture,
fileExtension As String
) As DocOleObject
DocOleObject^ AppendOleObject(
array<unsigned char>^ oleBytes,
DocPicture^ olePicture,
String^ fileExtension
)
abstract AppendOleObject :
oleBytes : byte[] *
olePicture : DocPicture *
fileExtension : string -> DocOleObject
Parameters
-
oleBytes
-
Type:
System
Byte
The OLE object bytes.
-
olePicture
-
Type:
Spire.Doc.Fields
DocPicture
The OLE picture.
-
fileExtension
-
Type:
System
String
The file extension.
Return Value
Type:
DocOleObject
See Also