DocumentImage Properties
Defines an image in the document.| Name | Description |
|---|---|
| Image | Provides access to the source image displayed as an inline object in the document. |
| OriginalSize | Gets the original size of the image. |
| Range | Gets the range to which the inline image belongs. |
| ScaleX | Specifies the X-scaling factor of the inline image. |
| ScaleY | Specifies the Y-scaling factor of the inline image. |
| Size | Specifies the size of the inline image. |
| Uri | Gets or sets the original location from where the image has been inserted. |
See Also