The ImageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageSettings()()()() |
Initializes a new instance of the ImageSettings class.
| |
ImageSettings(ImageFormat) |
Initializes a new instance of the ImageSettings class with the specified image format.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ImageFormat |
Gets or sets the image format of the resulting image. Default is JPEG.
| |
JpegQualityLevel |
Gets or sets a value that indicates the quality level of the resulting Joint Photographics Experts Group (JPEG) image. The quality level of the JPEG image is expressed numerically and must be between 1 and 100. 100 indicates the highest quality level, while 1 indicates the lowest. The default value is 80.
| |
PixelFormat |
Gets or sets the predefined pixel format of the resulting image. The default value is BGR32.
| |
TiffCompression |
Gets or sets a value that indicates the type of compression that is used by the resulting Tagged Image File Format (TIFF) image. Default is LZW.
|