API Reference
Class
WordImageLocation
Represents the location and metadata of an image within a document.
Inheritance
- Object
- WordImageLocation
Constructors
public WordImageLocation() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.