'Declaration <DescriptionAttribute("The text quality. Possible values are from 0 to 1.")> <DefaultValueAttribute(0,9)> Public Property TextQuality As Single
[Description("The text quality. Possible values are from 0 to 1.")] [DefaultValue(0,9)] public float TextQuality { get; set; }
[Description("The text quality. Possible values are from 0 to 1.")] [DefaultValue(0,9)] public: __property float get_TextQuality(); public: __property void set_TextQuality(
float value
);
[Description("The text quality. Possible values are from 0 to 1.")] [DefaultValue(0,9)] public:
property float TextQuality { float get(); void set(float value); }
Property Value
Possible values are from 0 to 1. Default value is 0.9.