PathStructure.StructureKey
PathStructure.StructureKey field
Yapı anahtarını tanımlar.
public const int StructureKey;
Ö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