'Declaration Public Shared Function CreateDecoder( _
ByVal streamThe stream that contains the image.As System.IO.Stream _
) As DecoderBase
public static DecoderBase CreateDecoder(
System.IO.Stream stream
)
public: static DecoderBase* CreateDecoder(
System.IO.Stream* stream
)
public:
static DecoderBase^ CreateDecoder(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream that contains the image.
Return Value
Decoder object if decoder was found successfully, null otherwise.