'Declaration Public Function New( _
ByVal decoderThe decoder.As Vintasoft.Imaging.Codecs.Decoders.DecoderBase, _
ByVal pageIndexThe zero-based page index in source file.As System.Int32 _
)
public VintasoftImage(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase decoder,
System.Int32 pageIndex
)
public: VintasoftImage(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase* decoder,
System.Int32 pageIndex
)
public:
VintasoftImage(
Vintasoft.Imaging.Codecs.Decoders.DecoderBase^ decoder,
System.Int32 pageIndex
)
Parameters
- decoder
- The decoder.
- pageIndex
- The zero-based page index in source file.