SpreadsheetLoadOptionsFontSubstitutes Property |
Substitute specific fonts when converting spreadsheet document.
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IList<FontSubstitute> FontSubstitutes { get; set; }
Public Property FontSubstitutes As IList(Of FontSubstitute)
Get
Set
public:
property IList<FontSubstitute^>^ FontSubstitutes {
IList<FontSubstitute^>^ get ();
void set (IList<FontSubstitute^>^ value);
}
member FontSubstitutes : IList<FontSubstitute> with get, set
Property Value
Type:
IListFontSubstitute
See Also