←Select platform

GetImageCount Method

Summary

Gets the number of frames in a Pixel Data element.

Syntax
C#
VB
C++
Java
public int GetImageCount( 
   DicomElement element 
) 
Public Function GetImageCount( _ 
   ByVal element As DicomElement _ 
) As Integer 
public int getImageCount(DicomElement element) 
public: 
int GetImageCount(  
   DicomElement^ element 
)  

Parameters

element
An item in the Data Set.

Return Value

Number of frames in a Pixel Data element.

Remarks

If element is null, this method returns the number of images present in the entire Data Set.

Example

For an example, refer to GetImage.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly