Table of Contents

Interface IVectorPathData

Namespace
Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly
Aspose.Imaging.dll

The interface for access to the vector path data.

public interface IVectorPathData

Properties

IsDisabled

Gets or sets a value indicating whether this instance is disabled.

bool IsDisabled { get; set; }

Property Value

bool

true if this instance is disabled; otherwise, false.

IsInverted

Gets or sets a value indicating whether this instance is inverted.

bool IsInverted { get; set; }

Property Value

bool

true if this instance is inverted; otherwise, false.

IsNotLinked

Gets or sets a value indicating whether this instance is not linked.

bool IsNotLinked { get; set; }

Property Value

bool

true if this instance is not linked; otherwise, false.

Paths

Gets or sets the path records.

VectorPathRecord[] Paths { get; set; }

Property Value

VectorPathRecord[]

The paths.

Version

Gets or sets the version.

int Version { get; set; }

Property Value

int

The version.