'Declaration Public Enum FontEmbedMode Inherits System.Enum
public enum FontEmbedMode : System.Enum
'Declaration Public Enum FontEmbedMode Inherits System.Enum
public enum FontEmbedMode : System.Enum
Member | Description |
---|---|
All | Whole fonts are embedded. |
None | Fonts are not embedded. |
Subset | Subsets of fonts are embedded, including only the characters used in a document.
IMPORTANT: In the current version font subsetting is not supported, and this value is equivalent to All. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.FontEmbedMode