InsertFloatingObjectPictureCommand Class
Inserts a picture from a file.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Remarks
The InsertFloatingObjectPictureCommand command invokes a file selection dialog that enables you to specify a picture. The picture is inserted into a document and anchored to the currently selected position and paragraph. The Shape.TextWrapping property of a created shape is set to TextWrappingType.InLineWithText.
Note
Use the Shape