VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IObjectClipboard Interface / Contains(String) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(String) Method (IObjectClipboard)
    In This Topic
    Indicates whether the Clipboard contains data in the specified format.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal format
    The format of the data to look for.
    As System.String _
    ) As Boolean
    public bool Contains(
    System.String format
    )
    public: bool Contains(
    System.String format
    )
    public:
    bool Contains(
    System.String format
    )

    Parameters

    format
    The format of the data to look for.

    Return Value

    True if the Clipboard contains data in the specified format; otherwise, false.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also