PathStructure.Prefix

PathStructure.Prefix property

الحصول على بادئة المسار أو تحديدها.

public string Prefix { 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);
}

أنظر أيضا