VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomUtils Class / CreateDecodingSettingsForGetting16BppGrayscaleImage Methods / CreateDecodingSettingsForGetting16BppGrayscaleImage(DicomFrame,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateDecodingSettingsForGetting16BppGrayscaleImage(DicomFrame,Double,Double) 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, _
    ByVal minChannelValue
    The minimum channel value.
    As Double, _
    ByVal maxChannelValue
    The maximum channel value.
    As Double _
    ) As Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings
    public static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings CreateDecodingSettingsForGetting16BppGrayscaleImage(
    DicomFrame frame,
    double minChannelValue,
    double maxChannelValue
    )
    public: static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings* CreateDecodingSettingsForGetting16BppGrayscaleImage(
    DicomFrame* frame,
    double minChannelValue,
    double maxChannelValue
    )
    public:
    static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings^ CreateDecodingSettingsForGetting16BppGrayscaleImage(
    DicomFrame^ frame,
    double minChannelValue,
    double maxChannelValue
    )

    Parameters

    frame
    The DICOM frame from which 16-bpp grayscale image must be obtained.
    minChannelValue
    The minimum channel value.
    maxChannelValue
    The maximum channel value.

    Return Value

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