PathStructure.Key
PathStructure.Key property
Λαμβάνει το κλειδί δομής.
public override int Key { get; }
Παραδείγματα
Ο παρακάτω κώδικας δείχνει τη δυνατότητα φόρτωσης αρχείου με δομή PathStructure.
[C#]
string srcFile = "shirt-color.psd";
string output = "output.psd";
using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
image.Save(output);
}
Δείτε επίσης
- class PathStructure
- χώρος ονομάτων Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- συνέλευση Aspose.PSD