Gets or sets a value that determines the font ratio of the zone.
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');
The font ratio of the zone. Default value is 1.0.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET