CdrRasterizationOptions Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
CdrRasterizationOptions()Initializes a new instance of the CdrRasterizationOptions class.

Properties

NameTypeAccessDescription
background_colorColorr/wGets or sets a background color.
border_xfloatr/wGets or sets the border X.
border_yfloatr/wGets or sets the border Y.
buffer_size_hintintr/wGets or sets the buffer size hint which is defined max allowed size for all internal buffers.
center_drawingboolr/wGets or sets a value indicating whether center drawing.
disposedboolrGets a value indicating whether this instance is disposed.
draw_colorColorr/wGets or sets a foreground color.
full_frameboolr/wGets or sets a value indicating whether [full frame].
multi_page_optionsMultiPageOptionsr/wThe multipage options
page_heightfloatr/wGets or sets the page height.
page_sizeSizeFr/wGets or sets the page size.
page_widthfloatr/wGets or sets the page width.
paletteIColorPaletter/wGets or sets the color palette.
positioningPositioningTypesr/wGets or sets the positioning.
resolution_settingsResolutionSettingr/wGets or sets the resolution settings.
scale_xfloatr/wGets or sets the scale x.
scale_yfloatr/wGets or sets the scale y.
smoothing_modeSmoothingModer/wGets or sets the smoothing mode.
sourceSourcer/wGets or sets the source to create image in.
text_rendering_hintTextRenderingHintr/wGets or sets the text rendering hint.
vector_rasterization_optionsVectorRasterizationOptionsr/wGets or sets the vector rasterization options.
xmp_dataXmpPacketWrapperr/wGets or sets the XMP metadata container.

Methods

NameDescription
clone()Clones this instance.
copy_to(vector_rasterization_options)Copies to.

Constructor: CdrRasterizationOptions()

 CdrRasterizationOptions() 

Initializes a new instance of the CdrRasterizationOptions class.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
ImageOptionsBaseReturns shallow copy of this instance

Method: copy_to(vector_rasterization_options)

 copy_to(vector_rasterization_options) 

Copies to.

Parameters:

ParameterTypeDescription
vector_rasterization_optionsVectorRasterizationOptionsThe vector rasterization options.