←Select platform

FontRatio Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public double FontRatio { get; set; } 
Public Property FontRatio As Double 
@property (nonatomic, assign) CGFloat fontRatio 
public double getFontRatio() 
public void setFontRatio(double value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly