LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

FaceName Property






Gets or sets the face name of this font.
Syntax
public string FaceName {get; set;}
'Declaration
 
Public Property FaceName As String
'Usage
 
Dim instance As PDFFont
Dim value As String
 
instance.FaceName = value
 
value = instance.FaceName
public string FaceName {get; set;}
 get_FaceName();
set_FaceName(value);
public:
property String^ FaceName {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that contain the face name of this font. The default value is null (Nothing in Visual Basic).
Remarks

The face name of a font can be "Arial" or "Times New Roman". If this value is an empty string after being read from a PDF file, then the font is embedded inside the file.

Example

For an example, refer to PDFObject.

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

See Also

Reference

PDFFont Structure
PDFFont Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.