VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / Jpeg2000Decoder Class / CanUseProgressiveDecoding(Int32,DecodingSettings) Method
Syntax Requirements SeeAlso
In This Topic
    CanUseProgressiveDecoding(Int32,DecodingSettings) Method (Jpeg2000Decoder)
    In This Topic
    Determines whether this decoder can use the progressive decoding for specified page.
    Syntax
    'Declaration
    
    Public Function CanUseProgressiveDecoding( _
    ByVal pageIndex
    Index of the page.
    As System.Int32, _
    ByVal decodingSettings
    The decoding settings.
    As DecodingSettings _
    ) As Boolean
    public bool CanUseProgressiveDecoding(
    System.Int32 pageIndex,
    DecodingSettings decodingSettings
    )
    public: bool CanUseProgressiveDecoding(
    System.Int32 pageIndex,
    DecodingSettings* decodingSettings
    )
    public:
    bool CanUseProgressiveDecoding(
    System.Int32 pageIndex,
    DecodingSettings^ decodingSettings
    )

    Parameters

    pageIndex
    Index of the page.
    decodingSettings
    The decoding settings.

    Return Value

    true if this decoder can use the progressive decoding for specified page; otherwise, false.
    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