PDFView4NET WPF Edition
Bold Property (PDFFont)




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

Property Value

This property returns true if this font object is bold; 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