ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 String _
    ) As Boolean
    public bool MatchesMimeType( 
       string mimeType
    )

    Parameters

    mimeType
    See Also