PngMathRendererOptions
Inheritance: java.lang.Object, com.aspose.tex.FigureRendererOptions, com.aspose.tex.MathRendererOptions
All Implemented Interfaces: com.aspose.tex.IRasterRendererOptions
public class PngMathRendererOptions extends MathRendererOptions implements IRasterRendererOptions
Math formula PNG rendering options.
Constructors
Constructor | Description |
---|---|
PngMathRendererOptions() |
Methods
Method | Description |
---|---|
getResolution() | Gets image resolution. |
setResolution(int value) | Sets image resolution. |
PngMathRendererOptions()
public PngMathRendererOptions()
getResolution()
public int getResolution()
Gets image resolution.
Returns: int - Image resolution.
setResolution(int value)
public void setResolution(int value)
Sets image resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | Image resolution. |