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