←Select platform

GetImageCount Method

Summary

Gets the number of frames in a Pixel Data element.

Syntax

C#
VB
Java
WinRT C#
C++
public int GetImageCount( 
   DicomElement element 
) 
Public Function GetImageCount( _ 
   ByVal element As Leadtools.Dicom.DicomElement _ 
) As Integer 
public int GetImageCount(  
   Leadtools.Dicom.DicomElement element 
) 
public int getImageCount(DicomElement element) 
 function Leadtools.Dicom.DicomDataSet.GetImageCount(  
   element  
) 
public: 
int GetImageCount(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly