Table of Contents

Class VectorImage

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

The vector image is the base class for all type of vector images.

public abstract class VectorImage : Image, IDisposable, IObjectWithBounds, IObjectWithSizeF
Inheritance
VectorImage
Implements
Derived
Inherited Members

Constructors

VectorImage()

protected VectorImage()
See Also

Properties

Height

Gets the image height.

public override int Height { get; }

Property Value

int

The image height.

See Also

HeightF

Gets the object height, in inches.

public virtual float HeightF { get; }

Property Value

float

The object height, in inches.

See Also

SizeF

Gets the object size, in inches.

public SizeF SizeF { get; }

Property Value

SizeF

The object size, in inches.

See Also

Width

Gets the image width.

public override int Width { get; }

Property Value

int

The image width.

See Also

WidthF

Gets the object width, in inches.

public virtual float WidthF { get; }

Property Value

float

The object width, in inches.

See Also

Methods

GetEmbeddedImages()

Gets the embedded images.

public virtual EmbeddedImage[] GetEmbeddedImages()

Returns

EmbeddedImage[]

Array of images

See Also

RemoveBackground()

Removes the background.

public void RemoveBackground()
See Also

RemoveBackground(RemoveBackgroundSettings)

Removes the background.

public void RemoveBackground(RemoveBackgroundSettings settings)

Parameters

settings RemoveBackgroundSettings

The settings.

See Also

See Also