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(
	byte[] oleBytes,
	DocPicture olePicture,
	OleLinkType oleLinkType
)
Public Function AppendOleObject ( 
	oleBytes As Byte(),
	olePicture As DocPicture,
	oleLinkType As OleLinkType
) As DocOleObject
public:
virtual DocOleObject^ AppendOleObject(
	array<unsigned char>^ oleBytes, 
	DocPicture^ olePicture, 
	OleLinkType oleLinkType
) sealed
abstract AppendOleObject : 
        oleBytes : byte[] * 
        olePicture : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 
override AppendOleObject : 
        oleBytes : byte[] * 
        olePicture : DocPicture * 
        oleLinkType : OleLinkType -> DocOleObject 

Parameters

oleBytes
array<Byte>[]()[][]
The OLE storage bytes.
olePicture
DocPicture
The OLE picture.
oleLinkType
OleLinkType
Type of the OLE link.

Return Value

DocOleObject

Implements

IParagraph..::..AppendOleObject(array<Byte>[]()[][], DocPicture, OleLinkType)

See Also