VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ObjectClipboard Class / GetData(String) Method
Syntax Requirements SeeAlso
In This Topic
GetData(String) Method (ObjectClipboard)
In This Topic
Retrieves data, in the specified format, from the Clipboard.
Syntax
'Declaration

Public Function GetData( _
ByVal format
The format of the data to retrieve.
As System.String _
) As System.Object
public System.Object GetData(
System.String format
)

Parameters

format
The format of the data to retrieve.

Return Value

An System.Object representing the Clipboard data or null if the Clipboard does not contain any data that is in the specified format.
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