public abstract class VectorRasterizationOptions extends ImageOptionsBase
The vector rasterization options.
Constructor and Description |
---|
VectorRasterizationOptions(VectorRasterizationOptions imageOptions) |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
Gets a background color.
|
float |
getBorderX()
Gets or sets the border X.
|
float |
getBorderY()
Gets or sets the border Y.
|
boolean |
getCenterDrawing()
Gets a value indicating whether center drawing.
|
Color |
getDrawColor()
Gets a foreground color.
|
float |
getPageHeight()
Gets the page height.
|
SizeF |
getPageSize()
Gets the page size.
|
float |
getPageWidth()
Gets the page width.
|
int |
getSmoothingMode()
Gets the smoothing mode.
|
void |
setBackgroundColor(Color value)
Sets a background color.
|
void |
setBorderX(float value)
Gets or sets the border X.
|
void |
setBorderY(float value)
Gets or sets the border Y.
|
void |
setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
|
void |
setDrawColor(Color value)
Sets a foreground color.
|
void |
setPageHeight(float value)
Sets the page height.
|
void |
setPageSize(SizeF value)
Sets the page size.
|
void |
setPageWidth(float value)
Sets the page width.
|
void |
setSmoothingMode(int value)
Sets the smoothing mode.
|
deepClone, getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
close, dispose, getDisposed
public VectorRasterizationOptions(VectorRasterizationOptions imageOptions)
public final int getSmoothingMode()
Gets the smoothing mode.
public final void setSmoothingMode(int value)
Sets the smoothing mode.
value
- the smoothing mode.public float getBorderX()
Gets or sets the border X.
public void setBorderX(float value)
Gets or sets the border X.
value
- The border X.public float getBorderY()
Gets or sets the border Y.
public void setBorderY(float value)
Gets or sets the border Y.
value
- The border Y.public boolean getCenterDrawing()
Gets a value indicating whether center drawing.
public void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
value
- a value indicating whether center drawing.public float getPageHeight()
Gets the page height.
public void setPageHeight(float value)
Sets the page height.
value
- the page height.public SizeF getPageSize()
Gets the page size.
public void setPageSize(SizeF value)
Sets the page size.
value
- the page size.public float getPageWidth()
Gets the page width.
public void setPageWidth(float value)
Sets the page width.
value
- the page width.public Color getBackgroundColor()
Gets a background color.
public void setBackgroundColor(Color value)
Sets a background color.
value
- a background color.public Color getDrawColor()
Gets a foreground color.
public void setDrawColor(Color value)
Sets a foreground color.
value
- a foreground color.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.