←Select platform

FaceName Property

Summary

Gets or sets the text font face name.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly