OfficeIMO

API Reference

Class

WordImageLocation

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents the location and metadata of an image within a document.

Inheritance

  • Object
  • WordImageLocation

Constructors

public WordImageLocation() #

Properties

public ImagePart ImagePart { get; set; } #

Gets or sets the ImagePart associated with the image.

public String RelationshipId { get; set; } #

Gets or sets the relationship identifier linking to the image part.

public Double Width { get; set; } #

Gets or sets the width of the image in pixels.

public Double Height { get; set; } #

Gets or sets the height of the image in pixels.

public String ImageName { get; set; } #

Gets or sets the descriptive name of the image.