public abstract class VectorRasterizationOptions extends Object
The vector rasterization options.
Constructor and Description |
---|
VectorRasterizationOptions() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public float getBorderX()
Gets or sets the border X.
Value: 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.
Value: The border Y.public void setBorderY(float value)
Gets or sets the border Y.
Value: The border Y.public boolean getCenterDrawing()
Gets or sets a value indicating whether center drawing.
public void setCenterDrawing(boolean value)
Gets or sets a value indicating whether center drawing.
public float getPageHeight()
Gets or sets the page height.
public void setPageHeight(float value)
Gets or sets the page height.
public SizeF getPageSize()
Gets or sets the page size.
public void setPageSize(SizeF value)
Gets or sets the page size.
public float getPageWidth()
Gets or sets the page width.
public void setPageWidth(float value)
Gets or sets the page width.
public Color getBackgroundColor()
Gets or sets a background color.
public void setBackgroundColor(Color value)
Gets or sets a background color.
public Color getDrawColor()
Gets or sets a foreground color.
public void setDrawColor(Color value)
Gets or sets a foreground color.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.