VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / CheckPageIndexValue(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CheckPageIndexValue(Int32) Method (DecoderBase)
    In This Topic
    Checks the value of the page index.
    Syntax
    'Declaration
    
    Protected Sub CheckPageIndexValue( _
    ByVal pageIndex
    The zero based page index.
    As System.Int32 _
    )
    protected void CheckPageIndexValue(
    System.Int32 pageIndex
    )
    protected: void CheckPageIndexValue(
    System.Int32 pageIndex
    )
    protected:
    void CheckPageIndexValue(
    System.Int32 pageIndex
    )

    Parameters

    pageIndex
    The zero based page index.
    Exceptions
    ExceptionDescription
    Thrown if pageIndex is less than zero or greater than number of pages.
    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