This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class ImageContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ImageContext

The type exposes the following properties.

Public Properties

  Name Description
Public property ImageSize
Gets the actual size of the image.
Public property JpegQuality
Gets or sets the JPEG quality when the response image type is JPEG.
Public property RequestContentType
Gets the content type of the requested image.
Public property ResponseContentType
Gets or sets the content type of the response.

See Also

Advanced