LatexLoadOptionsTextFontName Property |
Sets/Gets name of the font used for rendering math formulas.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic string TextFontName { get; set; }
Public Property TextFontName As String
Get
Set
public:
property String^ TextFontName {
String^ get ();
void set (String^ value);
}
member TextFontName : string with get, set
Property Value
Type:
String
See Also