ImageRendition members
Handles the metadata of an image rendition.
The ImageRendition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageRendition |
Top
Properties
Name | Description | |
---|---|---|
Group | ||
Height | Gets or sets the height of an image rendition. | |
Id | Gets the ID of an image rendition. | |
Name | Gets or sets the name of an image rendition. | |
TypeId | (Overrides ClientValueObject.TypeId.) | |
Version | Gets the current version of an image rendition. | |
Width | Gets or sets the width for the image rendition. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top