VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / RenderingQuality Property
Syntax Requirements SeeAlso
In This Topic
    RenderingQuality Property (WpfImageViewer)
    In This Topic
    Gets or sets the rendering quality for image rendering for preview.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(High)>
    <DescriptionAttribute("The rendering quality for image rendering for preview.")>
    <CategoryAttribute("VintaSoft")>
    Public Property RenderingQuality As Vintasoft.Imaging.ImageRenderingQuality
    
    
    [DefaultValue(High)]
    [Description("The rendering quality for image rendering for preview.")]
    [Category("VintaSoft")]
    public Vintasoft.Imaging.ImageRenderingQuality RenderingQuality { get; set; }
    
    
    [DefaultValue(High)]
    [Description("The rendering quality for image rendering for preview.")]
    [Category("VintaSoft")]
    public: __property Vintasoft.Imaging.ImageRenderingQuality get_RenderingQuality();
    public: __property void set_RenderingQuality(
    Vintasoft.Imaging.ImageRenderingQuality value
    );
    [DefaultValue(High)]
    [Description("The rendering quality for image rendering for preview.")]
    [Category("VintaSoft")]
    public:
    property Vintasoft.Imaging.ImageRenderingQuality RenderingQuality { Vintasoft.Imaging.ImageRenderingQuality get(); void set(Vintasoft.Imaging.ImageRenderingQuality value); }
    Requirements

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

    See Also