Appends the package OLE object (ole object without specified type).

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
array<Byte>[]()[][]
The OLE object bytes.
olePicture
DocPicture
The OLE picture.
fileExtension
String
The file extension.

Return Value

DocOleObject

Implements

IParagraph..::..AppendOleObject(array<Byte>[]()[][], DocPicture, String)

See Also