PDFView4NET WPF Edition
FontFace Property




O2S.Components.PDFView4NET.Graphics.Fonts Namespace > PDFFont Class : FontFace Property
Gets or sets the font face
Syntax
'Declaration
 
Public Property FontFace As PDFFontFace
'Usage
 
Dim instance As PDFFont
Dim value As PDFFontFace
 
instance.FontFace = value
 
value = instance.FontFace
public PDFFontFace FontFace {get; set;}
public: __property PDFFontFace get_FontFace();
public: __property void set_FontFace( 
   PDFFontFace value
);
public:
property PDFFontFace FontFace {
   PDFFontFace get();
   void set (    PDFFontFace value);
}

Property Value

a FontFace enumeration member specifying the font face
Remarks
When creating a PDFFont object using the default constructor, the default value of this property is set to O2S.Components.PDFView4NET.Graphics.Fonts.FontFace.Helvetica
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