This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Provides the image command base implementation.
Namespace: Smartsite.ImageProcessor.Commands
Assembly: Smartsite.ImageProcessor (in Smartsite.ImageProcessor.dll)
Syntax
C# | Copy Code |
---|---|
public abstract class ImageCommandBase : , , |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class ImageCommandBase _ Inherits _ Implements , |
Inheritance Hierarchy
System..::..Object
Smartsite.Web.Commands..::..CommandBase
Smartsite.ImageProcessor.Commands..::..ImageCommandBase
Smartsite.ImageProcessor.Commands..::..DPIResolutionCommand
Smartsite.ImageProcessor.Commands..::..MetadataCommand
Smartsite.ImageProcessor.Commands..::..OrderCommand
Smartsite.ImageProcessor.Commands..::..CropCommand
Smartsite.ImageProcessor.Commands..::..FileTypeCommand
Smartsite.ImageProcessor.Commands..::..GrayscaleCommand
Smartsite.ImageProcessor.Commands..::..JpgQualityCommand
Smartsite.ImageProcessor.Commands..::..MirrorCommand
Smartsite.ImageProcessor.Commands..::..ResizeCommand
Smartsite.ImageProcessor.Commands..::..RotateCommand
Smartsite.ImageProcessor.Commands.Effects..::..DuotoneCommand
Smartsite.ImageProcessor.Commands.Effects..::..OilPaintCommand
Smartsite.Web.Commands..::..CommandBase
Smartsite.ImageProcessor.Commands..::..ImageCommandBase
Smartsite.ImageProcessor.Commands..::..DPIResolutionCommand
Smartsite.ImageProcessor.Commands..::..MetadataCommand
Smartsite.ImageProcessor.Commands..::..OrderCommand
Smartsite.ImageProcessor.Commands..::..CropCommand
Smartsite.ImageProcessor.Commands..::..FileTypeCommand
Smartsite.ImageProcessor.Commands..::..GrayscaleCommand
Smartsite.ImageProcessor.Commands..::..JpgQualityCommand
Smartsite.ImageProcessor.Commands..::..MirrorCommand
Smartsite.ImageProcessor.Commands..::..ResizeCommand
Smartsite.ImageProcessor.Commands..::..RotateCommand
Smartsite.ImageProcessor.Commands.Effects..::..DuotoneCommand
Smartsite.ImageProcessor.Commands.Effects..::..OilPaintCommand
See Also
ImageCommandBase Members
Smartsite.ImageProcessor.Commands Namespace