Image Viewer CP ActiveX Control

DICOMDisplayAllFrameStartFrom  

 

Display all frame and start from specific frame if the dicom image contains multi-page.

Public Function DICOMDisplayAllFrameStartFrom( _
   ByVal iStartFrameIndex  As Integer, _
   ByVal iElapse  As Long
) As Bool

 

Parameter
iStartFrameIndex
the index of start frame, the first frame is 1.

iElapse
the duration of each frame, in milliseconds.

Return Value

Return True - successful
Return False - Failed

Example

   

Visual Basic Syntax
ImageViewer1.DICOMLoadImage "c:\source.dcm"
ImageViewer1.DICOMDisplayAllFrameStartFrom 5,500