[]
Gets or sets a value that specifies how fonts are embedded in the exported DOCX file.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<FontEmbeddingMode> FontEmbeddingMode { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<FontEmbeddingMode> | An EnumDefaultExportSetting<T> object representing how fonts are embedded in the exported DOCX file. |