'Declaration
Public Enum PdfFontType Inherits System.Enum
public enum PdfFontType : System.Enum
'Declaration
Public Enum PdfFontType Inherits System.Enum
public enum PdfFontType : System.Enum
Member | Description |
---|---|
Embedded | Use embedded TrueType fonts. |
Standard | Use only standard Pdf fonts (Helvetica, Times, Symbol). |
TrueType | Use TrueType fonts, no embedding (viewer must have fonts installed). |
System.Object
System.ValueType
System.Enum
C1.Xaml.Pdf.PdfFontType