XFINIUM.PDF Documentation
Italic Property (PdfFont)



Gets or sets a value indicating whether the font is italic.
Syntax
'Declaration
 
Public Overridable Property Italic As Boolean
'Usage
 
Dim instance As PdfFont
Dim value As Boolean
 
instance.Italic = value
 
value = instance.Italic
public virtual bool Italic {get; set;}
public:
virtual property bool Italic {
   bool get();
   void set (    bool value);
}

Property Value

If true, then the font has an italic appearance.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFont Class
PdfFont Members

Send Feedback