Click or drag to resize

ShapeList AppendOleObject Method (String, MemoryStream, RectangleF)

Add a new OleObject to Collection

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IOleObject AppendOleObject(
	string objectName,
	MemoryStream objectData,
	RectangleF rectangle
)

Parameters

objectName
Type: System String
Object Name
objectData
Type: System.IO MemoryStream
Object Data
rectangle
Type: System.Drawing RectangleF
Rectangle should be inserted.

Return Value

Type: IOleObject
See Also