Appends the OLE object.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public DocOleObject AppendOleObject(
	string linkFile,
	DocPicture olePicture,
	OleLinkType oleLinkType
)
Public Function AppendOleObject ( 
	linkFile As String,
	olePicture As DocPicture,
	oleLinkType As OleLinkType
) As DocOleObject
public:
DocOleObject^ AppendOleObject(
	String^ linkFile, 
	DocPicture^ olePicture, 
	OleLinkType oleLinkType
)
member AppendOleObject : 
        linkFile : string * 
        olePicture : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 

Parameters

linkFile
String
The link file.
olePicture
DocPicture
The OLE picture.
oleLinkType
OleLinkType
Type of the OLE link.

Return Value

DocOleObject

See Also