VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / PerformColorCorrection(Int32,VintasoftImage,DecodingSettings) Method
Syntax Requirements SeeAlso
In This Topic
    PerformColorCorrection(Int32,VintasoftImage,DecodingSettings) Method (DecoderBase)
    In This Topic
    Performs color correction using specified decoding settings.
    Syntax
    'Declaration
    
    Protected Overridable Sub PerformColorCorrection( _
    ByVal pageIndex
    Page index.
    As System.Int32, _
    ByVal image
    Page image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal decodingSettings
    Decoding settings.
    As DecodingSettings _
    )
    protected virtual void PerformColorCorrection(
    System.Int32 pageIndex,
    Vintasoft.Imaging.VintasoftImage image,
    DecodingSettings decodingSettings
    )
    protected: virtual void PerformColorCorrection(
    System.Int32 pageIndex,
    Vintasoft.Imaging.VintasoftImage* image,
    DecodingSettings* decodingSettings
    )
    protected:
    virtual void PerformColorCorrection(
    System.Int32 pageIndex,
    Vintasoft.Imaging.VintasoftImage^ image,
    DecodingSettings^ decodingSettings
    )

    Parameters

    pageIndex
    Page index.
    image
    Page image.
    decodingSettings
    Decoding settings.
    Requirements

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

    See Also