'Declaration Public Function GetImageIndex( _
ByVal decoderДекодер.As Vintasoft.Imaging.Codecs.Decoders.DecoderBase, _
ByVal decoderPageIndexИндекс страницы в декодере.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
- Декодер.
- decoderPageIndex
- Индекс страницы в декодере.
Return Value
Индекс страницы в коллекции изображений, если изображение найдено; в противном случае -1.