←Select platform

FontRatio Property

Summary

Gets or sets a value that determines the font ratio of the zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double FontRatio { get; set; } 
Public Property FontRatio As Double 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly