LEADTOOLS PDF (Leadtools.Pdf assembly)

FontStyle Property

Show in webframe





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:
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

See Also

Reference

PDFFont Structure
PDFFont Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.