VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class / CreatePresentationState(DicomFile) Method
Syntax Requirements SeeAlso
In This Topic
CreatePresentationState(DicomFile) Method (DicomFile)
In This Topic
Creates the DICOM presentation state file.
Syntax
'Declaration

Public Shared Function CreatePresentationState( _
ByVal metadataSource
The DICOM file, which stores metadata, which will be copied to the created DICOM file.
As DicomFile _
) As DicomFile
public static DicomFile CreatePresentationState(
DicomFile metadataSource
)

Parameters

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

Return Value

DICOM file.
Requirements

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

See Also