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 oleStream,
	DocPicture olePicture,
	string fileExtension
)
Function AppendOleObject ( 
	oleStream As Stream,
	olePicture As DocPicture,
	fileExtension As String
) As DocOleObject
DocOleObject^ AppendOleObject(
	Stream^ oleStream, 
	DocPicture^ olePicture, 
	String^ fileExtension
)
abstract AppendOleObject : 
        oleStream : Stream * 
        olePicture : DocPicture * 
        fileExtension : string -> DocOleObject 

Parameters

oleStream
Stream
olePicture
DocPicture
fileExtension
String

Return Value

DocOleObject

See Also