LyidResourceValue Property |
Gets the value.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int Value { get; }
Public ReadOnly Property Value As Integer
Get
public:
property int Value {
int get ();
}
member Value : int with get
Property Value
Type:
Int32
The value.
See Also