Gets the number of the Graphic Layers.
public int LayerCount { get; }
Public ReadOnly Property LayerCount As Integer
public int LayerCount {get;}
get_LayerCount();
public:
property int LayerCount {
int get();
}
Number of the Graphic Layers.
This property gets the number of layers inside a DICOM Data Set by counting the number of items under the "Graphic Layer Sequence" (0070,0060).
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
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