'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.
JpegSubsamplingInterpolationMode.NearestNeighbor необходимо использовать для изображений с текстом. Этот режим интерполяции повышает качество изображения с текстом, но также увеличивает время декодирования.
Значение по умолчанию - JpegSubsamplingInterpolationMode.None.
JpegSubsamplingInterpolationMode.NearestNeighbor необходимо использовать для изображений с текстом. Этот режим интерполяции повышает качество изображения с текстом, но также увеличивает время декодирования.
Значение по умолчанию - JpegSubsamplingInterpolationMode.None.