VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class
Constructors Properties Methods SeeAlso
In This Topic
JpegDecodingSettings Class Members
In This Topic
The following tables list the members exposed by JpegDecodingSettings.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the JpegDecodingSettings class.
Public Properties
 NameDescription
Public PropertyGets or sets an array of numbers describing how to map image samples into the range of values appropriate for the image color space.
Public PropertyGets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings)
Public PropertyGets or sets a destination color format for JPEG decoding.
Public PropertyGets or sets the drawing factory. (Inherited from DecodingSettings)
Public PropertyGets or sets a value indicating whether image's CMYK channels should be inverted.
Public PropertyGets or sets a value indicating whether the image must be rotated according to EXIF information.
Public Propertystatic (Shared in Visual Basic)Gets or sets the default value for RotateImageAccordingToExifInfo property.
Public PropertyGets or sets a source color format for JPEG decoding.
Public PropertyGets or sets the interpolation mode for subsampled channels of JPEG image.
Public PropertyGets or sets a value indicating whether JPEG image must be decoded using method that is provided by default drawing factory ("system" decoder).
Public Propertystatic (Shared in Visual Basic)Gets or sets the default value for UseSystemDecoder property.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.
Public MethodCopies current decoding settings to the target decoding settings.
See Also