VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DecoderBase Class / GetDefaultDecodingSettings(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetDefaultDecodingSettings(Int32) Method (DecoderBase)
    In This Topic
    Returns the default decoding settings of the specified page.
    Syntax
    'Declaration
    
    Public Overridable Function GetDefaultDecodingSettings( _
    ByVal pageIndex
    The zero-based page index in image/document source.
    As System.Int32 _
    ) As DecodingSettings
    public virtual DecodingSettings GetDefaultDecodingSettings(
    System.Int32 pageIndex
    )
    public: virtual DecodingSettings* GetDefaultDecodingSettings(
    System.Int32 pageIndex
    )
    public:
    virtual DecodingSettings^ GetDefaultDecodingSettings(
    System.Int32 pageIndex
    )

    Parameters

    pageIndex
    The zero-based page index in image/document source.

    Return Value

    Default 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