Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

FontRatio Property








Gets or sets a value that determines the font ratio of the zone.
Syntax
public double FontRatio {get; set;}
'Declaration
 
Public Property FontRatio As Double
'Usage
 
Dim instance As OcrZone
Dim value As Double
 
instance.FontRatio = value
 
value = instance.FontRatio
public double FontRatio {get; set;}
@property (nonatomic, assign) CGFloat fontRatio
public double getFontRatio()
public void setFontRatio(double value)
            
 <br/>get_FontRatio();<br/>set_FontRatio(value);<br/>Object.defineProperty('FontRatio'); 
public:
property double FontRatio {
   double get();
   void set (    double value);
}

Property Value

The font ratio of the zone. Default value is 1.0.
Remarks

This value is helpful for the LEADTOOLS document writer. A value of 1.0 is treated as the average font size in the whole document. Each zone can have its own font ratio that deviates from the default value. This is useful to calculate header sizes.

Requirements

Target Platforms

See Also

Reference

OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneType Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features