VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ObjectClipboard Class / SetData(String,Object) Method
Syntax Requirements SeeAlso
In This Topic
SetData(String,Object) Method (ObjectClipboard)
In This Topic
Clears the Clipboard and adds data in the specified format to the Clipboard.
Syntax
'Declaration

Public Sub SetData( _
ByVal format
The format of the data to set.
As System.String, _
ByVal data
An System.Object representing the data to add.
As System.Object _
)
public void SetData(
System.String format,
System.Object data
)

Parameters

format
The format of the data to set.
data
An System.Object representing the data to add.
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