PDFView4NET WPF Edition
Italic Property (PDFFont)




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFont Class : Italic Property
Gets or sets whether the font object is italic or not.
Syntax
'Declaration
 
Public Overrides Property Italic As Boolean
'Usage
 
Dim instance As PDFFont
Dim value As Boolean
 
instance.Italic = value
 
value = instance.Italic
public override bool Italic {get; set;}
public: __property bool get_Italic() override;
public: __property void set_Italic( 
   bool value
) override;
public:
property bool Italic {
   bool get() override;
   void set (    bool value) override;
}

Property Value

This property returns true if this font object is italic; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFont Class
PDFFont Members