PathStructure.Prefix
PathStructure.Prefix property
Yol önekini alır veya ayarlar.
public string Prefix { get; set; }
Mülk değeri
Tam yol.
Örnekler
Aşağıdaki kod, PathStructure yapısına sahip dosya yükleme yeteneğini gösterir.
[C#]
string srcFile = "shirt-color.psd";
string output = "output.psd";
using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
image.Save(output);
}
Ayrıca bakınız
- class PathStructure
- ad alanı Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- toplantı Aspose.PSD