Paragraph
AppendOleObject Method (
Byte
, DocPicture, String)
|
Appends the package OLE object (ole object without specified type).
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocOleObject AppendOleObject(
byte[] oleBytes,
DocPicture olePicture,
string fileExtension
)
Public Function AppendOleObject (
oleBytes As Byte(),
olePicture As DocPicture,
fileExtension As String
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
array<unsigned char>^ oleBytes,
DocPicture^ olePicture,
String^ fileExtension
) sealed
abstract AppendOleObject :
oleBytes : byte[] *
olePicture : DocPicture *
fileExtension : string -> DocOleObject
override 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
Implements
IParagraph
AppendOleObject(
Byte
, DocPicture, String)
See Also