VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / CheckRenderingSettingsValue(RenderingSettings) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CheckRenderingSettingsValue(RenderingSettings) Method (DecoderBase)
    In This Topic
    Check the value of rendering settings.
    Syntax
    'Declaration
    
    Protected Sub CheckRenderingSettingsValue( _
    ByVal renderingSettings
    Rendering settings used for getting info about the image of page.
    As RenderingSettings _
    )
    protected void CheckRenderingSettingsValue(
    RenderingSettings renderingSettings
    )
    protected: void CheckRenderingSettingsValue(
    RenderingSettings* renderingSettings
    )
    protected:
    void CheckRenderingSettingsValue(
    RenderingSettings^ renderingSettings
    )

    Parameters

    renderingSettings
    Rendering settings used for getting info about the image of page.
    Exceptions
    ExceptionDescription
    Thrown if renderingSettings is null.
    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