Click or drag to resize

Paragraph AppendOleObject Method ( Byte , DocPicture, OleLinkType)

Appends the OLE object.

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,
	OleLinkType oleLinkType
)

Parameters

oleBytes
Type: System Byte
The OLE storage bytes.
olePicture
Type: Spire.Doc.Fields DocPicture
The OLE picture.
oleLinkType
Type: Spire.Doc.Documents OleLinkType
Type of the OLE link.

Return Value

Type: DocOleObject

Implements

IParagraph AppendOleObject( Byte , DocPicture, OleLinkType)
See Also