Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
DocOleObject AppendOleObject(
	string pathToFile,
	DocPicture olePicture
)
Function AppendOleObject ( 
	pathToFile As String,
	olePicture As DocPicture
) As DocOleObject
DocOleObject^ AppendOleObject(
	String^ pathToFile, 
	DocPicture^ olePicture
)
abstract AppendOleObject : 
        pathToFile : string * 
        olePicture : DocPicture -> DocOleObject 

Parameters

pathToFile
String
olePicture
DocPicture

Return Value

DocOleObject

See Also