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 context for the execution of image commands.

Namespace: Smartsite.ImageProcessor.Commands
Assembly:  Smartsite.ImageProcessor (in Smartsite.ImageProcessor.dll)

Syntax

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

Remarks

The ImageContext class is NOT thread safe. Please make sure all access to this class is performed from a single thread!

Inheritance Hierarchy

System..::..Object
  Smartsite.ImageProcessor.Commands..::..ImageContext

See Also

Advanced