PathStructure.StructureKey
PathStructure.StructureKey field
Identifierar strukturnyckeln.
public const int StructureKey;
Exempel
Följande kod visar förmågan att ladda fil med PathStructure-struktur.
[C#]
string srcFile = "shirt-color.psd";
string output = "output.psd";
using (PsdImage image = (PsdImage)Image.Load(srcFile))
{
image.Save(output);
}
Se även
- class PathStructure
- namnutrymme Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures
- hopsättning Aspose.PSD