DocxImage Class

Definition

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

Applies to