PathStructure.Key
PathStructure.Key property
Hämtar strukturnyckeln.
public override int Key { get; }
Exempel
Följande kod visar förmågan att ladda fil med PathStructure-struktur.
[C#]
string srcFile = "shirt-color.psd";
string output = "output.psd";
using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
image.Save(output);
}
Se även
- class PathStructure
- namnutrymme Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- hopsättning Aspose.PSD