public class SvgRasterizationOptions extends VectorRasterizationOptions
The SVG rasterization options.
Constructor and Description |
---|
SvgRasterizationOptions()
Initializes a new instance of the
SvgRasterizationOptions class. |
Modifier and Type | Method and Description |
---|---|
float |
getScaleX()
Gets or sets the scale x.
|
float |
getScaleY()
Gets or sets the scale y.
|
void |
setScaleX(float value)
Gets or sets the scale x.
|
void |
setScaleY(float value)
Gets or sets the scale y.
|
getBackgroundColor, getBorderX, getBorderY, getCenterDrawing, getDrawColor, getPageHeight, getPageSize, getPageWidth, getSmoothingMode, setBackgroundColor, setBorderX, setBorderY, setCenterDrawing, setDrawColor, setPageHeight, setPageSize, setPageWidth, setSmoothingMode
deepClone, getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
close, dispose, getDisposed
public SvgRasterizationOptions()
Initializes a new instance of the SvgRasterizationOptions
class.
public float getScaleX()
Gets or sets the scale x.
public void setScaleX(float value)
Gets or sets the scale x.
value
- The scale x.public float getScaleY()
Gets or sets the scale y.
public void setScaleY(float value)
Gets or sets the scale y.
value
- The scale y.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.