FontExtractionOptions
Leave feedback
On this page
Font extraction options control which fonts should be extracted and from where
public enum FontExtractionOptions
| Name | Value | Description |
|---|---|---|
| NotExtract | 0 |
Does not extract any font resource neither from document nor from the system. Default value. |
| ExtractAllEmbedded | 1 |
Extracts all font resources, which are embedded into the input Word document, regardless of what they are: custom or system. |
| ExtractEmbeddedWithoutSystem | 2 |
Extracts only those embedded font resources, which are custom (not system) |
| ExtractAll | 3 |
Tries to extract all fonts, which are used in the input WordProcessing document, including system fonts. |
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.