WbmpDecoderIsValidFormat Method |
Returns true if the specified Stream contains an Wbmp image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override bool IsValidFormat(
Stream stream
)
Public Overrides Function IsValidFormat (
stream As Stream
) As Boolean
Parameters
- stream
- Type: System.IOStream
A stream containing the encoded image data.
Return Value
Type:
BooleanSee Also