PsdOptions.RemoveGlobalTextEngineResource

PsdOptions.RemoveGlobalTextEngineResource property

Gets or sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu “Text” -> “Process absent fonts”. After that operation all text will appear again. Please note, that this operation may cause some final layout changes.

public bool RemoveGlobalTextEngineResource { get; set; }

Property Value

true if [remove global text engine resource]; otherwise, false.

See Also