ExtractOnlyUsedFont

WordProcessingEditOptions.ExtractOnlyUsedFont property

Gets or sets a value indicating whether extract only font resources that are used in the textual content of the document.

public bool ExtractOnlyUsedFont { get; set; }

Property Value

true if it is required to extract only those font resources, which are used in text content of the document; otherwise, false. Default value is false.

Remarks

Not all fonts, used in the WordProcessing document, are 100% used directly (applied to some text). There may be a situation, when font is referenced in the document and even may be embedded, but is not applied to any piece of text. For example, some font may be attached to some style, but this style is not applied to any part of text. This option controls how to process such cases.

See Also