Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZone Structure : FontRatio Property |
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');
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.