PathStructure.Path
PathStructure.Path property
الحصول على المسار أو تحديده.
public string Path { get; set; }
Property_Value
المسار الكامل .
أمثلة
يوضح الكود التالي القدرة على تحميل الملف ببنية 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