ComponentOne Bitmap for UWP
MatchesPattern Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapDecoderInfo Class : MatchesPattern Method
The stream to pattern match within.
Retrieves a value that indicates whether the codec recognizes the pattern within a specified stream.
Syntax
'Declaration
 
Public Function MatchesPattern( _
   ByVal stream As IStream _
) As System.Boolean
public System.bool MatchesPattern( 
   IStream stream
)

Parameters

stream
The stream to pattern match within.

Return Value

true if the patterns match; otherwise, false.
See Also

Reference

BitmapDecoderInfo Class
BitmapDecoderInfo Members