C#
VB
Java
WinRT C#
C++
Gets the number of layers in the PSD file.
public int Layers {get;}
Public ReadOnly Property Layers As Integer
public int Layers {get;}
public int getLayers()
get_Layers();
public:
property int Layers {
int get();
}
An integer value that represents the number of layers in the PSD file.
If this value is 0, then the PSD file does not contain any layers.
For more information on PSD layers, refer to the FILE FORMATS SPECIFICATION from Adobe.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET