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 |
|---|---|
int |
getPreviewToExport()
Gets the preview to export.
|
void |
setPreviewToExport(int value)
Sets the preview to export.
|
copyTo, getBackgroundColor, getBorderX, getBorderY, getCenterDrawing, getDrawColor, getPageHeight, getPageSize, getPageWidth, getPositioning, getSmoothingMode, getTextRenderingHint, setBackgroundColor, setBorderX, setBorderY, setCenterDrawing, setDrawColor, setPageHeight, setPageSize, setPageWidth, setPositioning, setSmoothingMode, setTextRenderingHintdeepClone, getBufferSizeHint, getFullFrame, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setBufferSizeHint, setFullFrame, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpDataclose, dispose, getDisposedpublic EpsRasterizationOptions()
Initializes a new instance of the class.
public EpsRasterizationOptions(EpsRasterizationOptions origin)
public final int getPreviewToExport()
Gets the preview to export.
Value: The preview to export.public final void setPreviewToExport(int value)
Sets the preview to export.
Value: The preview to export.value - the preview to export.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.