public abstract class VectorRasterizationOptions extends ImageOptionsBase
The vector rasterization options.
Constructor and Description |
---|
VectorRasterizationOptions() |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(VectorRasterizationOptions vectorRasterizationOptions)
Copies to.
|
Color |
getBackgroundColor()
Gets or sets a background color.
|
float |
getBorderX()
Gets or sets the border X.
|
float |
getBorderY()
Gets or sets the border Y.
|
boolean |
getCenterDrawing()
Gets or sets a value indicating whether center drawing.
|
Color |
getDrawColor()
Gets or sets a foreground color.
|
float |
getPageHeight()
Gets or sets the page height.
|
SizeF |
getPageSize()
Gets or sets the page size.
|
float |
getPageWidth()
Gets or sets the page width.
|
int |
getSmoothingMode()
Gets or sets the smoothing mode.
|
int |
getTextRenderingHint()
Gets or sets the text rendering hint.
|
void |
setBackgroundColor(Color value)
Gets or 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)
Gets or sets a value indicating whether center drawing.
|
void |
setDrawColor(Color value)
Gets or sets a foreground color.
|
void |
setPageHeight(float value)
Gets or sets the page height.
|
void |
setPageSize(SizeF value)
Gets or sets the page size.
|
void |
setPageWidth(float value)
Gets or sets the page width.
|
void |
setSmoothingMode(int value)
Gets or sets the smoothing mode.
|
void |
setTextRenderingHint(int value)
Gets or sets the text rendering hint.
|
clone, getBufferSizeHint, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
dispose, getDisposed
public final float getBorderX()
Gets or sets the border X.
Value: The border X.public final void setBorderX(float value)
Gets or sets the border X.
Value: The border X.public final float getBorderY()
Gets or sets the border Y.
Value: The border Y.public final void setBorderY(float value)
Gets or sets the border Y.
Value: The border Y.public final boolean getCenterDrawing()
Gets or sets a value indicating whether center drawing.
public final void setCenterDrawing(boolean value)
Gets or sets a value indicating whether center drawing.
public final float getPageHeight()
Gets or sets the page height.
public final void setPageHeight(float value)
Gets or sets the page height.
public final SizeF getPageSize()
Gets or sets the page size.
public final void setPageSize(SizeF value)
Gets or sets the page size.
public final float getPageWidth()
Gets or sets the page width.
public final void setPageWidth(float value)
Gets or sets the page width.
public final Color getBackgroundColor()
Gets or sets a background color.
public final void setBackgroundColor(Color value)
Gets or sets a background color.
public final Color getDrawColor()
Gets or sets a foreground color.
public final void setDrawColor(Color value)
Gets or sets a foreground color.
public final int getSmoothingMode()
Gets or sets the smoothing mode.
Value: The smoothing mode.public final void setSmoothingMode(int value)
Gets or sets the smoothing mode.
Value: The smoothing mode.public final int getTextRenderingHint()
Gets or sets the text rendering hint.
Value: The text rendering hint.public final void setTextRenderingHint(int value)
Gets or sets the text rendering hint.
Value: The text rendering hint.public final void copyTo(VectorRasterizationOptions vectorRasterizationOptions)
Copies to.
vectorRasterizationOptions
- The vector rasterization options.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.