'Declaration Public Function GetImageIndex( _
ByVal decoderThe decoder.As Vintasoft.Imaging.Codecs.Decoders.DecoderBase, _
ByVal decoderPageIndexPage index in decoder.As System.Int32 _
) As System.Int32
public System.Int32 GetImageIndex(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase decoder,
System.Int32 decoderPageIndex
)
public: System.Int32 GetImageIndex(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase* decoder,
System.Int32 decoderPageIndex
)
public:
System.Int32 GetImageIndex(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase^ decoder,
System.Int32 decoderPageIndex
)
Parameters
- decoder
- The decoder.
- decoderPageIndex
- Page index in decoder.
Return Value
The page index in image collection if image is found; otherwise, -1.