Class Image
- Namespace
- FileFormat.Words.IElements
- Assembly
- FileFormat.Words.dll
Represents an image element in a Word document.
public class Image : IElement
- Inheritance
-
Image
- Implements
- Inherited Members
Constructors
Image()
public Image()
Properties
ElementId
Gets the unique identifier of the image.
public int ElementId { get; }
Property Value
Height
Gets or sets the height of the image.
public int Height { get; set; }
Property Value
ImageData
Gets or sets the binary image data.
public byte[] ImageData { get; set; }
Property Value
- byte[]
Width
Gets or sets the width of the image.
public int Width { get; set; }