←Select platform

FaceName Property

Summary

Gets or sets the face name of this font.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="faceName", Order=0)] 
public string FaceName { get; set; } 
  
Public Property FaceName As String 
public: 
property String^ FaceName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that contain the face name of this font. Default value is null (Nothing in VB).

Remarks

The face name of a font can be "Arial" or "Times New Roman".

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly