VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ObjectClipboard Class / Contains(String) Method
Syntax Requirements SeeAlso
In This Topic
Contains(String) Method (ObjectClipboard)
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
)

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also