'Declaration <DescriptionAttribute("The rendering quality for image rendering for preview.")> <DefaultValueAttribute(High)> <CategoryAttribute("VintaSoft")> Public Property RenderingQuality As Vintasoft.Imaging.ImageRenderingQuality
[Description("The rendering quality for image rendering for preview.")] [DefaultValue(High)] [Category("VintaSoft")] public Vintasoft.Imaging.ImageRenderingQuality RenderingQuality { get; set; }
[Description("The rendering quality for image rendering for preview.")] [DefaultValue(High)] [Category("VintaSoft")] public: __property Vintasoft.Imaging.ImageRenderingQuality get_RenderingQuality(); public: __property void set_RenderingQuality(
Vintasoft.Imaging.ImageRenderingQuality value
);
[Description("The rendering quality for image rendering for preview.")] [DefaultValue(High)] [Category("VintaSoft")] public:
property Vintasoft.Imaging.ImageRenderingQuality RenderingQuality { Vintasoft.Imaging.ImageRenderingQuality get(); void set(Vintasoft.Imaging.ImageRenderingQuality value); }