NestedShapeCollection.AddOleObject(String, Image, PointF) Method
Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
NestedShape AddOleObject(
string fileName,
Image presentation,
PointF location
)
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A path to the file associated with the OLE object. |
presentation | Image | The image that displays OLE object content. |
location | PointF | An object that defines the object’s location (relative to the top left corner of the parent object). The Document.Unit property specifies measurement units. |
Returns
Type | Description |
---|---|
NestedShape | The OLE object in the group or drawing canvas. |
See Also