[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SaveOptions

SaveOptions Class

Provides various options controlling how a document is saved.

Inheritance
SaveOptions
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class SaveOptions : FormattingBag
Public Class SaveOptions
    Inherits FormattingBag

Properties

Name Description
AvailableFonts

Gets or sets fonts available to save in the document. The default value is GrapeCity.Documents.Text.FontCollection.SystemFonts.

CommonSystemFontNames

Gets the collection of common system font names. If the value of EmbedSystemFonts is false, then the fonts from this collection will not be embedded.

EmbedSystemFonts

Gets or sets a value indicating whether to embed common system fonts. The default is false.

This property has no effect if the value of the FontEmbedMode property is None.

FontEmbedMode

Gets or sets the font embedding mode. The default value is None.

This property has no effect if the value of the SaveFontInfos property is KeepExisting.

SaveFontInfos

Gets or sets a value specifying how to save information about the fonts used in the current document. The default value is SaveMissing.

Methods

Name Description
GetFontsInUse()

Gets the names and types of all fonts that are used in the document.