Interface IJpegFileTypeSaveToken
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
Provides the ability to read and write the properties for the built-in JPEG FileType's save token.
public interface IJpegFileTypeSaveToken : IFileTypeSaveToken, IInternalImpl
Properties
- Quality
Gets or sets the quality of the saved image.
The range of this property is [0, 100]. The default value is 95.
- YCrCbSubsampling
Gets or sets the JPEG YCrCB subsampling options.
The default value is Subsample440.