This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes this image command just before an image is encoded using specified encoder.

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

Syntax

C#Copy imageCopy Code
public bool Execute(
	 encoder,
	 imageSource
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Execute ( _
	encoder As , _
	imageSource As  _
) As 

Parameters

encoder
ImageEncoder
The encoder.
imageSource
Stream
The image source stream.

Return Value

A value indicating whether the current command instance has modified the encoder settings.

See Also

Advanced