Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class / SaveFontInfos Property

In This Topic
    SaveFontInfos Property
    In This Topic
    Gets or sets a value specifying how to save information about the fonts used in the current document. The default value is SaveFontInfos.SaveMissing.
    Syntax
    'Declaration
     
    Public Property SaveFontInfos As SaveFontInfos
    public SaveFontInfos SaveFontInfos {get; set;}
    See Also