About this entity
Representation of an Image
Properties
Property | Description | Type |
---|---|---|
extension | Returns the file extension suited for an image of this type or an empty System.String if no image is assigned. | string |
height | Gets the height in pixels of the image assigned or -1 if no image is assigned. | int32 |
size | Gets the number of bytes of this image or 0 if not image is assigned. | int32 |
uri | Returns a path to image or <see langword="null" /> if no image is assigned. This URL remains valid for twenty-four hours. | string |
width | Gets the width in pixels of the image assigned or -1 if no image is assigned. | int32 |