Table of Contents

Class ProjectLink

Namespace
Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly
Aspose.Imaging.dll

Represents path of the project.

public sealed class ProjectLink : XmpTypeBase, IXmpType
Inheritance
ProjectLink
Implements
Inherited Members

Constructors

public ProjectLink()

Properties

Gets or sets full path to the project.

public string Path { get; set; }

Property Value

string

The full path to the project.

Gets or sets file type.

public ProjectType Type { get; set; }

Property Value

ProjectType

The file type.

Methods

Returns string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns string containing xmp representation.

Exceptions

NotImplementedException

Not implemented