VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class / Create Methods / Create(DicomFileClass,DicomFile) Method
Syntax Requirements SeeAlso
In This Topic
    Create(DicomFileClass,DicomFile) Method (DicomFile)
    In This Topic
    Creates a DICOM file.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Create( _
    ByVal fileClass
    The DICOM file class.
    As DicomFileClass, _
    ByVal metadataSource
    The DICOM file, which stores metadata, which will be copied to the created DICOM file.
    As DicomFile _
    ) As DicomFile

    Parameters

    fileClass
    The DICOM file class.
    metadataSource
    The DICOM file, which stores metadata, which will be copied to the created DICOM file.

    Return Value

    DICOM file.
    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