Table of Contents

Class VectorRasterizationOptions

Namespace
Aspose.CAD.ImageOptions
Assembly
Aspose.CAD.dll

The vector rasterization options.

[ComVisible(false)]
public abstract class VectorRasterizationOptions
Inheritance
VectorRasterizationOptions
Derived
Inherited Members

Constructors

VectorRasterizationOptions()

Properties

BackgroundColor

Gets or sets a background color.

BorderX

Gets or sets the border X.

BorderY

Gets or sets the border Y.

ContentAsBitmap

Gets or sets a value indicating whether content of a drawing is represented as image inside Pdf. Applicable only for CAD to Pdf export. Default is false.

DrawColor

Gets or sets a foreground color.

EmbedBackground

Wether background of color not equal to default background color of output format (white for PDF and SVG, transparent for raster) should be embedded into output image (if not embedded, background will be default of the output render system, but color of the content that depend on background color will be rendered using stated background color)

GraphicsOptions

Gets or sets options to render bitmap inside pdf (if ContentAsBitmap is set to true).

LayoutPageSizes

Gets or sets the layout page sizes.

LineScale

Gets or sets a value of the line thickness scaling factor relative to the original thickness. If you want the line thickness to be increased by 2 times during export, then you need to set the value to 2. If you want the line thickness to be reduced by 4 times during export, then you need to set the value to 0.25.

Margins

Gets or sets Margins.

PageDepth

Gets or sets the page depth.

PageHeight

Gets or sets the page height.

PageSize

Gets or sets the page size.

PageWidth

Gets or sets the page width.

RelativePosition

Position of top left corner of exported region relative to whole document's image, in relative units - 0,0 is top left, 1,1 is bottom of document's image.

RelativeScale

Scale of exported region relative to whole document's image. Calculated as ratio of corresponding dimension of exported region to larger dimension of exported document.

UnitType

Gets or sets unit type of export result.