'Declaration Public Shared Function IsValidFormat( _
ByVal streamStream with binary data of the WEBP file.As System.IO.Stream _
) As Boolean
public static bool IsValidFormat(
System.IO.Stream stream
)
public: static bool IsValidFormat(
System.IO.Stream* stream
)
public:
static bool IsValidFormat(
System.IO.Stream^ stream
)
Parameters
- stream
- Stream with binary data of the WEBP file.
Return Value
true if stream contains WEBP file; otherwise, false.