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

FontName Property






Gets or sets the true type face name of this font.
Syntax
public string FontName {get; set;}
'Declaration
 
Public Property FontName As String
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
public string FontName {get; set;}
 get_FontName();
set_FontName(value);
public:
property String^ FontName {
   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 any true type font name. If this value is an empty, the Arial font will be used as default font.

Example

For an example, refer to PDFTextAnnotation.

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

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

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