Interface IVectorPathData

Interface IVectorPathData

Namespace: Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly: Aspose.Imaging.dll (25.2.0)

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

IsInverted

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

bool IsInverted { get; set; }

Property Value

bool

IsNotLinked

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

bool IsNotLinked { get; set; }

Property Value

bool

Paths

Gets or sets the path records.

VectorPathRecord[] Paths { get; set; }

Property Value

VectorPathRecord[]

Version

Gets or sets the version.

int Version { get; set; }

Property Value

int