Leadtools.Forms.DocumentReaders Namespace > DocumentCharacter Structure : FontSize Property |
public double FontSize {get; set;}
'Declaration Public Property FontSize As Double
'Usage Dim instance As DocumentCharacter Dim value As Double instance.FontSize = value value = instance.FontSize
public double FontSize {get; set;}
get_FontSize();
set_FontSize(value);
To read the text objects from a document, use the DocumentObjectManager.ParsePageText method. The fonts found in the page will be set in the in DocumentPageText.Fonts property of the returned DocumentPageText object.
For an example, refer to DocumentPageText.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2