Table of Contents

Class VectorRasterizationOptions

Namespace
Aspose.Imaging.ImageOptions
Assembly
Aspose.Imaging.dll

The vector rasterization options.

public class VectorRasterizationOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
Inheritance
VectorRasterizationOptions
Implements
Derived
Inherited Members

Constructors

VectorRasterizationOptions()

public VectorRasterizationOptions()

Properties

BackgroundColor

Gets or sets a background color.

public Color BackgroundColor { get; set; }

Property Value

Color

BorderX

Gets or sets the border X.

public float BorderX { get; set; }

Property Value

float

The border X.

BorderY

Gets or sets the border Y.

public float BorderY { get; set; }

Property Value

float

The border Y.

CenterDrawing

Gets or sets a value indicating whether center drawing.

public bool CenterDrawing { get; set; }

Property Value

bool

DrawColor

Gets or sets a foreground color.

public Color DrawColor { get; set; }

Property Value

Color

PageHeight

Gets or sets the page height.

public float PageHeight { get; set; }

Property Value

float

PageSize

Gets or sets the page size.

public SizeF PageSize { get; set; }

Property Value

SizeF

PageWidth

Gets or sets the page width.

public float PageWidth { get; set; }

Property Value

float

Positioning

Gets or sets the positioning.

public PositioningTypes Positioning { get; set; }

Property Value

PositioningTypes

The positioning.

ReplaceTextMapping

Gets or sets the text replace mapping.

public Dictionary<string, string> ReplaceTextMapping { get; set; }

Property Value

Dictionary<string, string>

The text replace mapping.

SmoothingMode

Gets or sets the smoothing mode.

public SmoothingMode SmoothingMode { get; set; }

Property Value

SmoothingMode

The smoothing mode.

TextRenderingHint

Gets or sets the text rendering hint.

public TextRenderingHint TextRenderingHint { get; set; }

Property Value

TextRenderingHint

The text rendering hint.

Methods

CopyTo(VectorRasterizationOptions)

Copies to.

public void CopyTo(VectorRasterizationOptions vectorRasterizationOptions)

Parameters

vectorRasterizationOptions VectorRasterizationOptions

The vector rasterization options.