Click or drag to resize

Paragraph AppendOleObject Method (String, DocPicture)

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(
	string pathToFile,
	DocPicture olePicture
)

Parameters

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

Return Value

Type: DocOleObject

Implements

IParagraph AppendOleObject(String, DocPicture)
See Also