←Select platform

FaceName Property

Summary

Gets or sets the text font face name.

Syntax
C#
VB
C++
Java
public string FaceName { get; set; } 
Public Property FaceName As String 
public String getFaceName() 
public void setFaceName(String faceName) 
public: 
property String^ FaceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The text font face name.

Example

For an example, refer to CodecsTxtOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly