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

Syntax

C# Copy imageCopy Code
                          namespace Smartsite.ImageProcessor.Configuration
Visual Basic (Declaration) Copy imageCopy Code
                          Namespace Smartsite.ImageProcessor.Configuration

Classes

  Class Description
Public class CommandElementComparer
Compares command elements using a given order.
Public class ContentTypeElement
Defines the content type element.
Public class ContentTypeElementCollection
Defines the configuration collection that contains content type elements.
Public class FileExtensionElement
Defines the file extension element.
Public class FileExtensionElementCollection
Defines the configuration collection that contains file extension elements.
Public class ImageCommandElementCollection
Extends the default command element collection with image specific information.
Public class ImageServerConfiguration
Represents the Image Server configuration.
Public class ImageServerSection
Provides the image server configuration section.
Public class ImageTypeElement
Defines the image type element.
Public class ImageTypeElementCollection
Defines the configuration collection that contains image types elements.
Advanced