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
IsInverted
Gets or sets a value indicating whether this instance is inverted.
bool IsInverted { get; set; }
Property Value
IsNotLinked
Gets or sets a value indicating whether this instance is not linked.
bool IsNotLinked { get; set; }
Property Value
Paths
Gets or sets the path records.
VectorPathRecord[] Paths { get; set; }
Property Value
Version
Gets or sets the version.
int Version { get; set; }