PdfFontEmbeddingPermission Enumeration |
This enumeration describes possible permissions for embedding a TrueType 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 PdfFontEmbeddingPermission
Public Enumeration PdfFontEmbeddingPermission
Members
| Member name | Description |
---|
| Unrestricted |
The font may be embedded in a PDF with no restrictions
|
| ForbiddenWithoutPermission |
The font may not be embedded in a PDF unless client code has been granted permission from the font's creator
|
| PreviewAndPrint |
The font may be embedded in a PDF, but only for previewing and printing actions.
|
| NoSubsetting |
The font may be embedded in a PDF, but only in its entirety
|
| Editable |
The font may be embedded in a PDF and the document may be editable.
|
See Also