VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / SubsampledJpegInterpolationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    SubsampledJpegInterpolationMode Свойство (PdfRenderingSettings)
    В этом разделе
    Возвращает или задает режим интерполяции для субдискретизированных изображений JPEG.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The interpolation mode for subsampled JPEG images.")>
    <DefaultValueAttribute(Default)>
    Public Property SubsampledJpegInterpolationMode As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode
    
    
    [Description("The interpolation mode for subsampled JPEG images.")]
    [DefaultValue(Default)]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode SubsampledJpegInterpolationMode { get; set; }
    
    
    [Description("The interpolation mode for subsampled JPEG images.")]
    [DefaultValue(Default)]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode get_SubsampledJpegInterpolationMode();
    public: __property void set_SubsampledJpegInterpolationMode(
    Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JpegSubsamplingInterpolationMode value
    );

    Property Value

    Значение по умолчанию - JpegSubsamplingInterpolationMode.Default.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также