'Declaration Public Shared Function GetFileAssociatedWithImage( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As DicomFile
public static DicomFile GetFileAssociatedWithImage(
Vintasoft.Imaging.VintasoftImage image
)
public: static DicomFile* GetFileAssociatedWithImage(
Vintasoft.Imaging.VintasoftImage* image
)
public:
static DicomFile^ GetFileAssociatedWithImage(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
The DICOM file, which is associated with image, if DICOM file is found; null if DICOM file is not found.