Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : DoGetObjectType Method |
protected override ObjectType DoGetObjectType( string dicomFile, string extraData )
'Declaration Protected Overrides Function DoGetObjectType( _ ByVal dicomFile As String, _ ByVal extraData As String _ ) As ObjectType
'Usage Dim instance As MedicalWebViewerObjectRetrieve Dim dicomFile As String Dim extraData As String Dim value As ObjectType value = instance.DoGetObjectType(dicomFile, extraData)
protected: ObjectType DoGetObjectType( String^ dicomFile, String^ extraData ) override
Currently this method will return only .SingleFrameImage for single frame images, .MultiFrameImage for multi-page images or .None for images with no frames.