←Select platform

DoGetObjectType Method

Summary

Retrieves the type of the image.

Syntax

C#
VB
C++
protected override Leadtools.Dicom.Services.Datatypes.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize