'Declaration <DescriptionAttribute("The interpolation mode for subsampled channels of JPEG image.")> <DefaultValueAttribute(None)> Public Property SubsamplingInterpolationMode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode
[Description("The interpolation mode for subsampled channels of JPEG image.")] [DefaultValue(None)] public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode SubsamplingInterpolationMode { get; set; }
[Description("The interpolation mode for subsampled channels of JPEG image.")] [DefaultValue(None)] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode get_SubsamplingInterpolationMode(); public: __property void set_SubsamplingInterpolationMode(
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode value
);
[Description("The interpolation mode for subsampled channels of JPEG image.")] [DefaultValue(None)] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode SubsamplingInterpolationMode { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode value); }
Property Value
JpegSubsamplingInterpolationMode.None must be used for pictures.
JpegSubsamplingInterpolationMode.NearestNeighbor must be used for images with text. This interpolation mode increases quality of image with text but also increases decoding time.
Default value is JpegSubsamplingInterpolationMode.None.
JpegSubsamplingInterpolationMode.NearestNeighbor must be used for images with text. This interpolation mode increases quality of image with text but also increases decoding time.
Default value is JpegSubsamplingInterpolationMode.None.