| DocumentSpecificIdsResourceId Property |
Gets or sets the identifier.
Namespace: Aspose.PSD.FileFormats.Psd.ResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic int Id { get; set; }Public Property Id As Integer
Get
Set
public:
property int Id {
int get ();
void set (int value);
}member Id : int with get, set
Property Value
Type:
Int32
The identifier.
See Also