VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / SubsampledJpegInterpolationMode Property
Syntax Requirements SeeAlso
In This Topic
    SubsampledJpegInterpolationMode Property (PdfRenderingSettings)
    In This Topic
    Gets or sets the interpolation mode for subsampled JPEG images.
    Syntax
    '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

    Default value is JpegSubsamplingInterpolationMode.Default.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also