WordProcessingLoadOptionsFontSubstitutes Property |
Substitute specific fonts when converting Words document.
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
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