Class AssetDimensions
- Namespace
- CMS.MediaLibrary
- Assembly
- CMS.MediaLibrary.dll
Asset dimensions for an image.
public sealed class AssetDimensions
- Inheritance
-
objectAssetDimensions
- Extension Methods
Properties
Height
Asset image height.
public int Height { get; set; }
Property Value
- int
Width
Asset image width.
public int Width { get; set; }
Property Value
- int