PngFigureRendererOptions

Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions

All Implemented Interfaces: com.aspose.tex.IRasterRendererOptions

public class PngFigureRendererOptions extends FigureRendererOptions implements IRasterRendererOptions

Options for rendering a LaTeX source code fragment to PNG.

Constructors

ConstructorDescription
PngFigureRendererOptions()

Methods

MethodDescription
getResolution()Gets the image resolution.
setResolution(int value)Sets the image resolution.

PngFigureRendererOptions()

public PngFigureRendererOptions()

getResolution()

public int getResolution()

Gets the image resolution.

Returns: int - The image resolution.

setResolution(int value)

public void setResolution(int value)

Sets the image resolution.

Parameters:

ParameterTypeDescription
valueintThe image resolution.