public class CdrRasterizationOptions extends VectorRasterizationOptions
With the ability to perform CDR image rasterization and set scale factors for both X and Y dimensions, this API provides precise control over the transformation process. Whether scaling for specific output requirements or converting vector graphics to raster formats, you can leverage this API for efficient and customizable CDR vector to raster image conversion.
VectorRasterizationOptions| Constructor and Description |
|---|
CdrRasterizationOptions()
Initializes a new instance of the
CdrRasterizationOptions class. |
| Modifier and Type | Method and Description |
|---|---|
float |
getScaleX()
Gets the scale x.
|
float |
getScaleY()
Gets the scale y.
|
void |
setScaleX(float scaleX)
Sets the scale x.
|
void |
setScaleY(float scaleY)
Sets the scale y.
|
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 CdrRasterizationOptions()
Initializes a new instance of the CdrRasterizationOptions class.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.