[]
Specifies how information about fonts is saved in a document.
public enum SaveFontInfos
Public Enum SaveFontInfos
| Name | Description |
|---|---|
| KeepExisting | New or missing information about fonts is not added. Any existing font information present in the original document is preserved. |
| SaveAll | Information about fonts used in a document is saved, replacing any existing font information. |
| SaveMissing | Information about fonts used in a document is saved only if it was missing in the original document. |
| SaveNothing | Font information is not saved. |