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 static class ImageUtility
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class ImageUtility

The type exposes the following members.

Public Methods

  Name Description
Public method Static member GetPreferredResponseContentType Overloaded.
Public method Static member GetSupportedImageExtensions
Gets the supported image types.
Public method Static member GetSupportedImageTypes
Gets the supported image types.
Public method Static member InferContentTypeFromFilePath
Infers the content type from specified file path.
Public method Static member LoadConfigAsync
Loads the image server configuration in the background.
Public method Static member ValidateImageProcessorAccess
Validates access to the image processor. Raises an exception if the image server is disabled in the configuration.

See Also

Advanced