←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 pdfFontStyle) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly