Class CdrRasterizationOptions
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
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.
public class CdrRasterizationOptions : VectorRasterizationOptions, IDisposable, IHasXmpData, IHasMetadata
- Inheritance
-
CdrRasterizationOptions
- Implements
- Inherited Members
Constructors
CdrRasterizationOptions()
public CdrRasterizationOptions()
- See Also
Properties
ScaleX
Gets or sets the scale x.
public float ScaleX { get; set; }
Property Value
- float
The scale x.
- See Also
ScaleY
Gets or sets the scale y.
public float ScaleY { get; set; }
Property Value
- float
The scale y.
- See Also