←Select platform

DoGetObjectType Method

Summary

Retrieves the type of the image.

Syntax

C#
VB
C++
protected override ObjectType DoGetObjectType( 
   string dicomFile, 
   string extraData 
) 
  
Protected Overrides Function DoGetObjectType( _ 
   ByVal dicomFile As String, _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Services.Datatypes.ObjectType 
protected: 
Leadtools.Dicom.Services.Datatypes.ObjectType DoGetObjectType(  
   String^ dicomFile, 
   String^ extraData 
) override  

Parameters

dicomFile
The physical path of the DICOM file.

extraData
User custom data.

Return Value

Returns one of the values from the Leadtools.Dicom.Services.DataTypes.ObjectType enumeration.

Remarks

Currently this method will return only .SingleFrameImage for single frame images, .MultiFrameImage for multi-page images or .None for images with no frames.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.