'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The quality factor for vector rendering.")> <CategoryAttribute("VintaSoft")> Public Property VectorRenderingQualityFactor As Single
[DefaultValue(1)] [Description("The quality factor for vector rendering.")] [Category("VintaSoft")] public float VectorRenderingQualityFactor { get; set; }
[DefaultValue(1)] [Description("The quality factor for vector rendering.")] [Category("VintaSoft")] public: __property float get_VectorRenderingQualityFactor(); public: __property void set_VectorRenderingQualityFactor(
float value
);
[DefaultValue(1)] [Description("The quality factor for vector rendering.")] [Category("VintaSoft")] public:
property float VectorRenderingQualityFactor { float get(); void set(float value); }
Property Value
- 1 - the image renderer will render image with specified resolution and provide image with normal quality.
- value greater than 1 and less than or equal to 2 - the image renderer will render image with increased resolution and provide image with high quality. Image renderer will use more memory.