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

In This Topic
    FontEmbedMode Property
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property FontEmbedMode As FontEmbedMode
    public FontEmbedMode FontEmbedMode {get; set;}
    See Also