←Select platform

FontStyle Property

Summary

(Deprecated) Style of this font.

NOTE: This property has been deprecated. Infer the font style from the font name.

Syntax
C#
VB
C++
Java
[ObsoleteAttribute("This property has been deprecated. Infer to the font style from the font name")] 
public PDFFontStyle FontStyle { get; set; } 
Public Property FontStyle As PDFFontStyle 
public int getFontStyle(); 
public void setFontStyle( 
   int intValue 
); 
public: 
property PDFFontStyle FontStyle { 
   PDFFontStyle get(); 
   void set (    PDFFontStyle ); 
} 

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 PDFFont.

Requirements

Target Platforms

See Also

Reference

PDFFont Structure

PDFFont Members

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.