public class EpsRasterizationOptions extends VectorRasterizationOptions
The Eps rasterization options.
| Constructor and Description |
|---|
EpsRasterizationOptions()
Initializes a new instance of the class.
|
EpsRasterizationOptions(EpsRasterizationOptions origin) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPreviewToExport()
Deprecated.
Use
EpsImage.getPreviewImage(long) for preview export. |
void |
setPreviewToExport(long value)
Deprecated.
Use
EpsImage.getPreviewImage(long) for preview export. |
copyTo, deepClone, getBackgroundColor, getBorderX, getBorderY, getCenterDrawing, getDrawColor, getPageHeight, getPageSize, getPageWidth, getPositioning, getReplaceTextMapping, getSmoothingMode, getTextRenderingHint, setBackgroundColor, setBorderX, setBorderY, setCenterDrawing, setDrawColor, setPageHeight, setPageSize, setPageWidth, setPositioning, setReplaceTextMapping, setSmoothingMode, setTextRenderingHintpublic EpsRasterizationOptions()
Initializes a new instance of the class.
public EpsRasterizationOptions(EpsRasterizationOptions origin)
@Deprecated public final long getPreviewToExport()
EpsImage.getPreviewImage(long) for preview export.
Use EpsImage.getPreviewImage(long) for preview export.
EpsPreviewFormat@Deprecated public final void setPreviewToExport(long value)
EpsImage.getPreviewImage(long) for preview export.
Use EpsImage.getPreviewImage(long) for preview export.
EpsPreviewFormatCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.