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.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Always | 0 | All fonts are embedded. | |
None | 1 | Obsolete. Fonts are not embedded. This is not an option anymore. | |
Default | 2 | Obsolete. Unicode fonts are embedded, WinAnsi fonts are not embedded. | |
Automatic | 3 | Obsolete. Not yet implemented. |
See Also