DocxImage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in Images in the DOCX document
public class DocxImage
type DocxImage = class
Public Class DocxImage
- Inheritance
-
DocxImage
Constructors
| Name | Description |
|---|---|
| DocxImage() | |
Properties
| Name | Description |
|---|---|
| ImageContentsURL |
URL to the image contents; file is stored in an in-memory cache and will be deleted. Call Finish-Editing to get the contents. |
| ImageDataContentType |
Read-only; image data MIME content-type |
| ImageDataEmbedId |
Read-only; internal ID for the image contents |
| ImageDescription |
The Description of the image |
| ImageHeight |
Height of the image in EMUs (English Metric Units); set to 0 to default to page width and aspect-ratio based height |
| ImageId |
The Id of the image |
| ImageInternalFileName |
Read-only; internal file name/path for the image |
| ImageName |
The Name of the image |
| ImageWidth |
Width of the image in EMUs (English Metric Units); set to 0 to default to page width and aspect-ratio based height |
| InlineWithText |
True if the image is inline with the text; false if it is floating |
| Path |
The Path of the location of this object; leave blank for new tables |
| XOffset |
X (horizontal) offset of the image |
| YOffset |
Y (vertical) offset of the image |