←Select platform

FontSize Property (DocumentCharacter)

Summary

Gets or sets the font size of the character in points.

Syntax

C#
VB
C++
public double FontSize {get; set;}
Public Property FontSize As Double
public: 
property double FontSize { 
   double get(); 
   void set (    double ); 
} 

Property Value

The font size of the character in points. The default value is 0.

Remarks

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.

Example

For an example, refer to DocumentPageText.

Requirements

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentReaders Assembly
Click or drag to resize