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

    Parameters

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

    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