Click or drag to resize

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
)

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