public class VectorRasterizationOptions extends ImageOptionsBase
The vector rasterization options.
| Constructor and Description |
|---|
VectorRasterizationOptions() |
VectorRasterizationOptions(VectorRasterizationOptions imageOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(VectorRasterizationOptions vectorRasterizationOptions)
Copies to.
|
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 |
getPositioning()
Gets the positioning.
|
int |
getSmoothingMode()
Gets the smoothing mode.
|
int |
getTextRenderingHint()
Gets the text rendering hint.
|
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 |
setPositioning(int value)
Sets the positioning.
|
void |
setSmoothingMode(int value)
Sets the smoothing mode.
|
void |
setTextRenderingHint(int value)
Sets the text rendering hint.
|
clone, deepClone, getBufferSizeHint, getDefaultReplacementFont, getFullFrame, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setDefaultReplacementFont, setFullFrame, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpDataclose, dispose, getDisposedpublic VectorRasterizationOptions()
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.public final int getTextRenderingHint()
Gets the text rendering hint.
Value: The text rendering hint.public final void setTextRenderingHint(int value)
Sets the text rendering hint.
Value: The text rendering hint.value - the text rendering hint.public final int getPositioning()
Gets the positioning.
Value: The positioning.PositioningTypespublic final void setPositioning(int value)
Sets the positioning.
Value: The positioning.value - the positioning.PositioningTypespublic final void copyTo(VectorRasterizationOptions vectorRasterizationOptions)
Copies to.
vectorRasterizationOptions - The vector rasterization options.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.