Click or drag to resize

IParagraph AppendOleObject Method (String, 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(
	string pathToFile,
	DocPicture olePicture,
	OleObjectType type
)

Parameters

pathToFile
Type: System String
The path to file.
olePicture
Type: Spire.Doc.Fields DocPicture
The OLE picture.
type
Type: Spire.Doc.Documents OleObjectType

Return Value

Type: DocOleObject
See Also