Aspose::Pdf::TeXFragment::get_TeXLoadOptionsOfInstance method

TeXFragment::get_TeXLoadOptionsOfInstance method

Gets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class. Please use it when it’s necessary use specific setting for import of LaTeX for this or that instance (f.e when this or that instance should use specific BasePath for imported LaTeX or should use specific loader of external resources) If parameter is default (null), then standard LaTeX loading options will be used.

System::SharedPtr<TeXLoadOptions> Aspose::Pdf::TeXFragment::get_TeXLoadOptionsOfInstance() const

See Also