[]
Gets or sets whether standard Windows fonts are embedded in the generated document.
public bool EmbedStandardWindowsFonts { get; set; }
Public Property EmbedStandardWindowsFonts As Boolean
| Type | Description |
|---|---|
| bool | true to embed standard Windows fonts; otherwise, false. The default value is true. |
DocumentProperties properties = new DocumentProperties();
properties.EmbedStandardWindowsFonts = false;
bool embedStandardWindowsFonts = properties.EmbedStandardWindowsFonts;