PageCanvas.DrawImage(OfficeImage, Point, DocumentLayoutUnit) Method
Draws a custom image.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | OfficeImage | The OfficeImage descendnant that will be placed at the selected position. |
point | Point | Sets the coordinates to locate the object. |
unit | DocumentLayoutUnit | Specifies the measurement for image parameters. |
Remarks
When you print or export documents, document objects may appear differently from the way they look on screen. To make them look the same in both outputs, set the DocumentLayoutUnit parameter to the same DocumentLayoutUnit value as the one specified for the document layout.
Note
Using this parameter is effective only if the drawn shape has absolute coordinates and parameters – relative coordinates already have the same measurement unit as the whole document layout.