Image Viewer CP Pro ActiveX Control ReferenceMethods DICOMDisplayFrame Image Viewer CP ActiveX Control DICOMDisplayFrame Display specific frame if the dicom image contain multi-page. Public Function DICOMDisplayFrame( _ ByVal iFrameIndex As Integer) As Bool ParameteriFrameIndexthe index of frame, the first frame is 1.Return ValueReturn True - successfulReturn False - FailedExample Visual Basic SyntaxImageViewer1.DICOMLoadImage "c:\source.dcm"ImageViewer1.DICOMDisplayFrame 1