TeXLoadOptions Class |
Namespace: Aspose.Pdf
The TeXLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TeXLoadOptions | Initializes a new instance of the TeXLoadOptions class |
Name | Description | |
---|---|---|
![]() | LoadFormat |
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.) |
![]() | MathFontName |
Sets/Gets name of the font used for rendering math formulas.
|
![]() | ResourceLoadingCallback |
Resource loading callback.
|
![]() | SpecSymbolsFontName |
Sets/Gets name of the font used for rendering special symbols, e.g. \sigma, \textbraceright, \vdots, etc.
|
![]() | TextFontName |
Sets/Gets name of the font used for rendering math formulas.
|
![]() | UseTempFile |
Sets/Gets the value indicating whether the LaTeX parser should save normalized content into a temp file or into memory.
|
![]() | WarningCallback |
Sets/Gets callback object for info/errors notification.
|
![]() | WarningHandler |
Callback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
(Inherited from LoadOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |