TypeToolFontInfoScriptValue Property |
Gets or sets the script value.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short ScriptValue { get; set; }
Public Property ScriptValue As Short
Get
Set
public:
property short ScriptValue {
short get ();
void set (short value);
}
member ScriptValue : int16 with get, set
Property Value
Type:
Int16
The script value.
See Also