LevlResourceVersion Property |
Gets the version. Default is 2
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short Version { get; }
Public ReadOnly Property Version As Short
Get
public:
property short Version {
short get ();
}
member Version : int16 with get
Property Value
Type:
Int16
The version.
See Also