PdfFontEmbedding EnumerationTerminal Works - PDF Printing.Net Library
Specifies the embedding options of an XFont when converted into PDF. Font embedding is not optional anymore. So Always is the only option.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public enum PdfFontEmbedding
Members

  Member nameValueDescription
Always0 All fonts are embedded.
None1 Obsolete. Fonts are not embedded. This is not an option anymore.
Default2 Obsolete. Unicode fonts are embedded, WinAnsi fonts are not embedded.
Automatic3 Obsolete. Not yet implemented.
See Also

Reference