VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class / GetFilesAssociatedWithImages(IEnumerable<VintasoftImage>) Method
Syntax Requirements SeeAlso
In This Topic
    GetFilesAssociatedWithImages(IEnumerable<VintasoftImage>) Method (DicomFile)
    In This Topic
    Returns DICOM files, which are associated with specified images.
    Syntax
    'Declaration
    
    Public Shared Function GetFilesAssociatedWithImages( _
    ByVal images
    The images.
    As System.Collections.Generic.IEnumerable(Of VintasoftImage) _
    ) As DicomFile[]
    public static DicomFile[] GetFilesAssociatedWithImages(
    System.Collections.Generic.IEnumerable<VintasoftImage> images
    )
    public: static DicomFile*[] GetFilesAssociatedWithImages(
    System.Collections.Generic.IEnumerable<VintasoftImage*>* images
    )

    Parameters

    images
    The images.

    Return Value

    The DICOM files, which are associated with images, if DICOM files are found; null if DICOM files are not found.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also