←Select platform

FontSize Property

Summary
Gets or sets the text font size in points.
Syntax
C#
VB
C++
Java
public int FontSize { get; set; } 
Public Property FontSize As Integer 
public int getFontSize() 
public void setFontSize(int fontSize) 
public: 
property int FontSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The text font size in points.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.