PdfFontEmbeddingAction Enumeration |
Describes an anction to take in response to a request to embed a font.
Namespace:
Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic enum PdfFontEmbeddingAction
Public Enumeration PdfFontEmbeddingAction
Members|
| Member name | Description |
|---|
| Embed |
Embed the font within the PDF
|
| DontEmbed |
Do not embed the font within the PDF
|
| ThrowException |
Throw an exception instead of embedding the font
|
See Also