Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFont Structure : FontStyle Property |
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 int getFontStyle() public void setFontStyle(int pdfFontStyle)
public: property PDFFontStyle FontStyle { PDFFontStyle get(); void set ( PDFFontStyle value); }
For an example, refer to PDFObject.