VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / NdpiDecoder Class / GetPrimaryDecoderName(Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetPrimaryDecoderName(Int32) Method (NdpiDecoder)
    In This Topic
    Returns name of primary decoder (decoder that decodes image data) for specified page index.
    Syntax
    'Declaration
    
    Public Overrides Function GetPrimaryDecoderName( _
    ByVal pageIndex
    The zero-based page index in image/document source.
    As System.Int32 _
    ) As System.String
    public override System.String GetPrimaryDecoderName(
    System.Int32 pageIndex
    )
    public: System.String GetPrimaryDecoderName(
    System.Int32 pageIndex
    ); override
    public:
    System.String GetPrimaryDecoderName(
    System.Int32 pageIndex
    ); override

    Parameters

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

    Return Value

    Primary decoder name.
    Remarks

    Primary decoder is decoder that decodes image data. For example, TIFF image with JPEG- or OldJPEG-compression has JPEG decoder as primary decoder.

    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