ProjectLink Class
Summary: Represents path of the project.
Module: aspose.psd.xmp.schemas.xmpdm
Full Name: aspose.psd.xmp.schemas.xmpdm.ProjectLink
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ProjectLink() | Initializes a new instance of the ProjectLink class |
Properties
Name | Type | Access | Description |
---|---|---|---|
path | string | r/w | Gets or sets full path to the project. |
type | ProjectType | r/w | Gets or sets file type. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Returns string contained value in XMP format. |
Constructor: ProjectLink()
ProjectLink()
Initializes a new instance of the ProjectLink class
Method: get_xmp_representation()
get_xmp_representation()
Returns string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns string contained value in XMP format. |