DICOM PlugIn ReferenceMethods DICOMDisplayAllFrame 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 ParameteriElapsethe duration of each frame, in milliseconds.Return ValueReturn True - successfulReturn False - FailedExample Visual Basic SyntaxImageViewer1.DICOMLoadImage "c:\source.dcm"ImageViewer1.DICOMDisplayAllFrame 500