Image Viewer CP ActiveX Control

DICOMDisplayAllFrame

 

Display all frame if the dicom image contains multi-page.

Public Function DICOMDisplayAllFrame( _
   ByVal iElapse  As Long
) As Bool

 

Parameter

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.DICOMDisplayAllFrame 500