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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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