Click or drag to resize
ImageContainer Class
Represents a container which encapsulates image data that are passed into the image filters.
Inheritance Hierarchy
SystemObject
  CMS.ResponsiveImagesImageContainer

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

The ImageContainer type exposes the following members.

Constructors
  NameDescription
Public methodImageContainer
Constructor.
Top
Properties
  NameDescription
Public propertyMetadata
Image metadata.
Top
Methods
  NameDescription
Public methodOpenReadStream
Opens a read-only stream with the image's data.
Top
See Also