PathStructure.Key
PathStructure.Key property
Ottiene la chiave della struttura.
public override int Key { get; }
Esempi
Il codice seguente dimostra la possibilità di caricare file con struttura PathStructure.
[C#]
string srcFile = "shirt-color.psd";
string output = "output.psd";
using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
image.Save(output);
}
Guarda anche
- class PathStructure
- spazio dei nomi Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- assemblea Aspose.PSD