ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / QueryCapability Method
The stream to retrieve the decoder capabilities from..

In This Topic
    QueryCapability Method
    In This Topic
    Queries the capabilities of the decoder based on the specified stream.
    Syntax
    'Declaration
     
    Public Function QueryCapability( _
       ByVal stream As IStream _
    ) As BitmapDecoderCapabilities
    public BitmapDecoderCapabilities QueryCapability( 
       IStream stream
    )

    Parameters

    stream
    The stream to retrieve the decoder capabilities from..

    Return Value

    Capabilities of the decoder
    See Also