Layer Style - PSD .net

I would like to know how I configure the “External Brightness” option for the text in Aspose.
In the Photoshop program, the option is located in Layer Style > Outer Glow.

I ask this because, as I said, when you update the text, all the “Layer Style” settings are lost. So I want to force and configure again.

stylesfont.png (38,8,KB)

@iqresultsbrn could you please provide the input file and minimal required code that was used to make the Layer Effects dissappear?

I tried this some samples, but was not able to reproduce it.

Did you used new PsdLoadOptions() { LoadEffectsResource = true}) ?

       using (PsdImage psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true}))
        {
            psdImage.Save(outFilePng, new PngOptions());
        }

Could you please additionally show the “External Brightness” options on the English screenshot. I’m sorry for this, but I couldn’t find this. What’s version of Photoshop do you use?

Also, please check API Reference for outerglow effect, maybe the option you are looking for can be found here: Class OuterGlowEffect | Aspose.PSD for .NET API Reference