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
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.