The ImageSettings type exposes the following members.

Constructors

  NameDescription
Public methodImageSettings()()()()
Initializes a new instance of the ImageSettings class.
Public methodImageSettings(ImageFormat)
Initializes a new instance of the ImageSettings class with the specified image format.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyImageFormat
Gets or sets the image format of the resulting image. Default is JPEG.
Public propertyJpegQualityLevel
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.
Public propertyPixelFormat
Gets or sets the predefined pixel format of the resulting image. The default value is BGR32.
Public propertyTiffCompression
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.

See Also