Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / IodElement Class / IsSupportedDicomFile Method

In This Topic
    IsSupportedDicomFile Method
    In This Topic
    Checks the DicomVersion to know if the current element is or not a supported DICOM file.
    Syntax
    'Declaration
     
    Public Function IsSupportedDicomFile() As Boolean
    public bool IsSupportedDicomFile()

    Return Value

    True when the current element is a supported DICOM file.
    Remarks
    If you use an external library to read the DICOM images, then you have to remember to set the DicomVersion rightly.
    See Also