IdxRichEditDocumentImage Members
In This Article
#Properties
Name | Description |
---|---|
Image | Provides access to the Office Image container that hosts the inline image’s source bitmap. |
Lock |
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. |
Original |
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. |
Scale |
Specifies the scaling factor applied to the inline image’s original width. |
Scale |
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. |
#Methods
Name | Description |
---|---|
Get |
Returns the Office Image container that hosts the inline image’s source bitmap. |
Get |
Identifies whether an end-user can change the inline image’s aspect ratio by using a corner sizing handle or the Layout dialog. |
Get |
Returns the inline image’s initial dimensions in the parent document’s measurement units. |
Get |
Returns the inline image’s position within its parent document. |
Get |
Returns the scale factor applied to the inline image’s original width. |
Get |
Returns the scale factor applied to the inline image’s original height. |
Get |
Returns the inline image’s current dimensions, in measurement units of the parent document. |
Get |
Returns a URI (universal resource identifier) of the external bitmap that the inline image loads into its Office Image container. |
Set |
Enables or disables the “Lock aspect ratio” mode for the inline image. |
Set |
Scales the inline image horizontally. |
Set |
Scales the inline image vertically. |
Set |
Resizes the inline image. |
Set |
Sets the URI (universal resource identifier) for the inline image’s source bitmap. |
See Also