CdrRasterizationOptions Class
Contents
[
Hide
]Summary: 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.
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.CdrRasterizationOptions
Inheritance: VectorRasterizationOptions
Constructors
Name | Description |
---|---|
CdrRasterizationOptions() | Initializes a new instance of the CdrRasterizationOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
background_color | Color | r/w | Gets or sets a background color. |
border_x | float | r/w | Gets or sets the border X. |
border_y | float | r/w | Gets or sets the border Y. |
center_drawing | bool | r/w | Gets or sets a value indicating whether center drawing. |
draw_color | Color | r/w | Gets or sets a foreground color. |
page_height | float | r/w | Gets or sets the page height. If the value is 0, the source image aspect ratio will be preserved. |
page_size | SizeF | r/w | Gets or sets the page size. If one of SizeF dimensions is 0, the source image aspect ratio will be preserved. |
page_width | float | r/w | Gets or sets the page width. If the value is 0, the source image aspect ratio will be preserved. |
positioning | PositioningTypes | r/w | Gets or sets the positioning. |
scale_x | float | r/w | Gets or sets the scale x. |
scale_y | float | r/w | Gets or sets the scale y. |
smoothing_mode | SmoothingMode | r/w | Gets or sets the smoothing mode. |
text_rendering_hint | TextRenderingHint | r/w | Gets or sets the text rendering hint. |
Methods
Name | Description |
---|---|
clone() | Creates a new object that is a shallow copy of the current instance. |
copy_to(vector_rasterization_options) | Copies to. |
Constructor: CdrRasterizationOptions()
CdrRasterizationOptions()
Initializes a new instance of the CdrRasterizationOptions class.
Method: clone()
clone()
Creates a new object that is a shallow copy of the current instance.
Returns
Type | Description |
---|---|
object | A new object that is a shallow copy of this instance. |
Method: copy_to(vector_rasterization_options)
copy_to(vector_rasterization_options)
Copies to.
Parameters:
Parameter | Type | Description |
---|---|---|
vector_rasterization_options | VectorRasterizationOptions | The vector rasterization options. |