Gets or sets the total number of frames that this image is part of in the original
Leadtools.Dicom.DicomDataSet.
public int FrameCount {get; set;}
'Declaration
Public Property FrameCount As Integer
'Usage
Dim instance As DicomInstanceInformation
Dim value As Integer
instance.FrameCount = value
value = instance.FrameCount
public:
property int FrameCount {
int get();
void set ( int value);
}
Property Value
An
System.Int32 value representing the total number of frames that this image is part of in the original
Leadtools.Dicom.DicomDataSet.