Click or drag to resize

IParagraph AppendOleObject Method ( Byte , DocPicture, OleObjectType)

Appends the OLE object.

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,
	OleObjectType type
)

Parameters

oleBytes
Type: System Byte
The OLE bytes.
olePicture
Type: Spire.Doc.Fields DocPicture
The OLE picture.
type
Type: Spire.Doc.Documents OleObjectType

Return Value

Type: DocOleObject
See Also