CdrRasterizationOptions

CdrRasterizationOptions class

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

Constructors

NameDescription
CdrRasterizationOptions()The default constructor.

Properties

NameDescription
BackgroundColor { get; set; }Gets or sets a background color.
BorderX { get; set; }Gets or sets the border X.
BorderY { get; set; }Gets or sets the border Y.
BufferSizeHint { get; set; }Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
CenterDrawing { get; set; }Gets or sets a value indicating whether center drawing.
Disposed { get; }Gets a value indicating whether this instance is disposed.
DrawColor { get; set; }Gets or sets a foreground color.
FullFrame { get; set; }Gets or sets a value indicating whether [full frame].
MultiPageOptions { get; set; }The multipage options
PageHeight { get; set; }Gets or sets the page height.
PageSize { get; set; }Gets or sets the page size.
PageWidth { get; set; }Gets or sets the page width.
virtual Palette { get; set; }Gets or sets the color palette.
Positioning { get; set; }Gets or sets the positioning.
ProgressEventHandler { get; set; }Gets or sets the progress event handler.
ReplaceTextMapping { get; set; }Gets or sets the text replace mapping.
virtual ResolutionSettings { get; set; }Gets or sets the resolution settings.
ScaleX { get; set; }Gets or sets the scale x.
ScaleY { get; set; }Gets or sets the scale y.
SmoothingMode { get; set; }Gets or sets the smoothing mode.
Source { get; set; }Gets or sets the source to create image in.
TextRenderingHint { get; set; }Gets or sets the text rendering hint.
VectorRasterizationOptions { get; set; }Gets or sets the vector rasterization options.
virtual XmpData { get; set; }Gets or sets the XMP metadata container.

Methods

NameDescription
virtual Clone()Clones this instance.
CopyTo(VectorRasterizationOptions)Copies to.
Dispose()Disposes the current instance.

See Also