VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / OcrTextOverImageSettings Class / TextQuality Property
Syntax Requirements SeeAlso
In This Topic
    TextQuality Property (OcrTextOverImageSettings)
    In This Topic
    Gets or sets the text quality.
    Syntax
    '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.
    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