Click or drag to resize
ImageMetadata Constructor
Creates an instace of the ImageMetadata class.

Namespace: CMS.ResponsiveImages
Assembly: CMS.ResponsiveImages (in CMS.ResponsiveImages.dll) Version: 10.0.0
Syntax
C#
public ImageMetadata(
	int width,
	int height,
	string mimeType,
	string extension
)

Parameters

width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.
mimeType
Type: SystemString
Image MIME type.
extension
Type: SystemString
Image file extension.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when mimeType or extension is
null
or empty string.
See Also