|
|
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# |
|
|---|---|
public class ImageContext
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class ImageContext
|
|
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
|
Equals | (Inherited from Object.) |
|
|
GetGraphics |
Returns a graphics object of the current image.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Save |
Writes the current image to specified output streams.
|
|
|
ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize |
Releases unmanaged resources and performs other cleanup operations before the
ImageContext is reclaimed by garbage collection.
(Overrides Object..::Finalize()()()().) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
ImageSize |
Gets the actual size of the image.
|
|
|
JpegQuality |
Gets or sets the JPEG quality when the response image type is JPEG.
|
|
|
RequestContentType |
Gets the content type of the requested image.
|
|
|
ResponseContentType |
Gets or sets the content type of the response.
|