ComponentOne PDF for WPF and Silverlight
PdfFontType Enumeration

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : PdfFontType Enumeration
Determines how fonts are encoded in the document.
Syntax
'Declaration
 
Public Enum PdfFontType 
   Inherits System.Enum
public enum PdfFontType : System.Enum 
Members
MemberDescription
EmbeddedUse embedded TrueType fonts.
StandardUse only standard Pdf fonts (Helvetica, Times, Symbol).
TrueTypeUse TrueType fonts, no embedding (viewer must have fonts installed).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Pdf.PdfFontType

See Also

Reference

C1.Silverlight.Pdf Namespace