ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapDecoderInfo Class / MatchesPattern Method
The stream to pattern match within.

In This Topic
    MatchesPattern Method
    In This Topic
    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