Name | Description | |
---|---|---|
Compression | Gets or sets the image compression value. | |
ContentType | Gets the image content type. | |
Crop | Gets the portion of the image used for the fill. | |
Dpi | Gets or sets the DPI (dots per inch) used to calculate the size of the image.
If zero, the DPI in the image is used. | |
FillType | Gets or sets the image fill type. | |
HasImage | Gets a value indicating whether the picture has image bytes or links to an image. | |
ImageBytes | Gets the raw bytes of the image stored in this picture.
Gets null if the image is not stored in the document (e.g the image is probably linked in this case). | |
IsLink | Gets a value indicating whether the image is linked to this picture (when Source is specified). | |
IsLinkOnly | Gets a value indicating whether the image is linked and not stored in the document. | |
RotateWithObject | Gets or sets whether the data rotates along with the object when the object is rotated. | |
Source | Gets or sets the path and name of the source file for the linked image. | |
Stretch | Gets a stretch fill rectangle.
When stretching an image, the source rectangle is scaled to fit the specified fill rectangle. | |
Tile | Gets the image tile format used to fill the available space. | |
Transparency | Gets or sets the degree of transparency of the image as a value between 0 (opaque) and 1 (clear). |