VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomUtils Class / CreateDecodingSettingsForGetting16BppGrayscaleImage Methods / CreateDecodingSettingsForGetting16BppGrayscaleImage(DicomFrame) Method
Syntax Requirements SeeAlso
In This Topic
CreateDecodingSettingsForGetting16BppGrayscaleImage(DicomFrame) Method (DicomUtils)
In This Topic
Creates the DICOM decoding settings for getting 16-bpp grayscale image from DICOM frame.
Syntax
'Declaration

Public Overloads Shared Function CreateDecodingSettingsForGetting16BppGrayscaleImage( _
ByVal frame
The DICOM frame from which 16-bpp grayscale image must be obtained.
As DicomFrame _
) As Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings
public static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings CreateDecodingSettingsForGetting16BppGrayscaleImage(
DicomFrame frame
)

Parameters

frame
The DICOM frame from which 16-bpp grayscale image must be obtained.

Return Value

The decoding settings.
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