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