FontExtractionOptions Enumeration |
Font extraction options control which fonts should be extracted and from where
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic enum FontExtractionOptions
Public Enumeration FontExtractionOptions
public enum class FontExtractionOptions
type FontExtractionOptions
Members
| Member 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.
|
See Also