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(
	Stream stream,
	DocPicture pic,
	OleLinkType oleLinkType
)
Function AppendOleObject ( 
	stream As Stream,
	pic As DocPicture,
	oleLinkType As OleLinkType
) As DocOleObject
DocOleObject^ AppendOleObject(
	Stream^ stream, 
	DocPicture^ pic, 
	OleLinkType oleLinkType
)
abstract AppendOleObject : 
        stream : Stream * 
        pic : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 

Parameters

stream
Stream
pic
DocPicture
oleLinkType
OleLinkType

Return Value

DocOleObject

See Also