Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditDocumentImage Properties

Exposes an inline image in a rich text document.
Name Description
Image Provides access to the Office Image container that hosts the inline image’s source bitmap.
LockAspectRatio Specifies if an end-user can change the inline image’s height-to-width ratio by using a corner sizing handle or the Layout dialog.
OriginalSize Returns the inline image’s initial dimensions in the parent document’s measurement units.
Range Returns the inline image’s position within its parent document.
ScaleX Specifies the scaling factor applied to the inline image’s original width.
ScaleY Specifies the scaling factor applied to the inline image’s original height.
Size Specifies the inline image’s dimensions, in the parent document‘s measurement units.
Uri Specifies the hosted image’s universal resource identifier.
See Also