ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapCodecInfo Class / MatchesMimeType Method

In This Topic
    MatchesMimeType Method
    In This Topic
    HRESULT IWICBitmapCodecInfo::MatchesMimeType([In] const wchar_t* wzMimeType,[Out] BOOL* pfMatches)
    Syntax
    'Declaration
     
    Public Function MatchesMimeType( _
       ByVal mimeType As System.String _
    ) As System.Boolean
    public System.bool MatchesMimeType( 
       System.string mimeType
    )

    Parameters

    mimeType
    See Also