Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class
Properties Methods

In This Topic
    SaveOptions Class Members
    In This Topic

    The following tables list the members exposed by SaveOptions.

    Public Properties
     NameDescription
    Public PropertyGets or sets fonts available to save in the document. The default value is GrapeCity.Documents.Text.FontCollection.SystemFonts.  
    Public PropertyGets the collection of common system font names. If the value of EmbedSystemFonts is false, then the fonts from this collection will not be embedded.  
    Public PropertyGets 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 FontEmbedMode.None.

     
    Public PropertyGets or sets the font embedding mode. The default value is FontEmbedMode.None.

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

     
    Public PropertyGets or sets a value specifying how to save information about the fonts used in the current document. The default value is SaveFontInfos.SaveMissing.  
    Top
    Public Methods
     NameDescription
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public Method Gets the names and types of all fonts that are used in the document.  
    Top
    See Also