Click or drag to resize
ImageMetadata Class
Represents image metadata.
Inheritance Hierarchy
SystemObject
  CMS.ResponsiveImagesImageMetadata

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
public class ImageMetadata

The ImageMetadata type exposes the following members.

Constructors
  NameDescription
Public methodImageMetadata
Creates an instace of the ImageMetadata class.
Top
Properties
  NameDescription
Public propertyExtension
Image file extension.
Public propertyHeight
Image height.
Public propertyMimeType
Image MIME type.
Public propertyWidth
Image width.
Top
See Also