PDFView4NET WPF Edition
PDFFontFace Enumeration




O2S.Components.PDFView4NET.Graphics.Fonts Namespace : PDFFontFace Enumeration
Specifies the available PDF fonts for drawing text on a page
Syntax
'Declaration
 
Public Enum PDFFontFace 
   Inherits System.Enum
'Usage
 
Dim instance As PDFFontFace
public enum PDFFontFace : System.Enum 
__value public enum PDFFontFace : public System.Enum 
public enum class PDFFontFace : public System.Enum 
Members
MemberDescription
CourierThe Courier font
HelveticaThe Helvetica font
SymbolThe Symbol font
TimesRomanThe Times Roman font
ZapfDingbatsThe ZapfDingbats font
Remarks
These fonts and their variations (bold, italic) are recongized and implemented by any PDF viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.Fonts.PDFFontFace

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

O2S.Components.PDFView4NET.Graphics.Fonts Namespace