PngMathRendererPluginOptions

Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions, com.aspose.tex.MathRendererOptions, com.aspose.tex.plugins.MathRendererPluginOptions

All Implemented Interfaces: com.aspose.tex.IRasterRendererOptions

public class PngMathRendererPluginOptions extends MathRendererPluginOptions implements IRasterRendererOptions

The Math Renderer plugin’s options to render a math formula in PNG.

Constructors

ConstructorDescription
PngMathRendererPluginOptions()Creates a new instance.

Methods

MethodDescription
getResolution()Gets the image resolution.
setResolution(int value)Sets the image resolution.
getOperationName()Returns the operation name.

PngMathRendererPluginOptions()

public PngMathRendererPluginOptions()

Creates a new instance.

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.

getOperationName()

public String getOperationName()

Returns the operation name.

Returns: java.lang.String - The operation name.