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

FontStyle Property






Gets or sets the style of this font.
Syntax
public PDFFontStyle FontStyle {get; set;}
'Declaration
 
Public Property FontStyle As PDFFontStyle
'Usage
 
Dim instance As PDFFont
Dim value As PDFFontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
public PDFFontStyle FontStyle {get; set;}
 get_FontStyle();
set_FontStyle(value);
public:
property PDFFontStyle FontStyle {
   PDFFontStyle get();
   void set (    PDFFontStyle value);
}

Property Value

One or more PDFFontStyle enumeration member values that specify the style of this font. The default value is PDFFontStyle.Normal.
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.