Aspose.TeX.Features

The Aspose.TeX.Features namespace provides additional TeX(LaTeX) features.

Classes

Class Description
FigureRenderer Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page.
FigureRendererOptions Common options for rendering a LaTeX source code fragment.
MathRenderer Implements rendering of math formula.
MathRendererOptions Math formula common rendering options.
PngFigureRenderer Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as a PNG image.
PngFigureRendererOptions Options for rendering a LaTeX source code fragment to PNG.
PngMathRenderer Implements rendering of math formula to PNG.
PngMathRendererOptions Math formula PNG rendering options.
SvgFigureRenderer Implements rendering of some LaTeX compact content (supposed to fit one page) and then cropping it from the page as an SVG file.
SvgFigureRendererOptions Options for rendering a LaTeX source code fragment to SVG.
SvgMathRenderer Implements rendering of math formula to SVG.
SvgMathRendererOptions Math formula SVG rendering options.

Interfaces

Interface Description
IRasterRendererOptions The interface that defines properties of a raster image renderer.