Table of Contents

Class PathResource

Namespace
Aspose.Imaging.FileFormats.Tiff.PathResources
Assembly
Aspose.Imaging.dll

Represents Photoshop Path Resource.

public class PathResource
Inheritance
PathResource
Inherited Members

Constructors

PathResource()

public PathResource()

Properties

BlockId

Gets or sets the block identifier.

public short BlockId { get; set; }

Property Value

short

The block identifier.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

The name.

Records

Gets or sets the records.

public List<VectorPathRecord> Records { get; set; }

Property Value

List<VectorPathRecord>

The records.