FontExtractionOptions

FontExtractionOptions enumeration

Font extraction options control which fonts should be extracted and from where

public enum FontExtractionOptions : byte

Values

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