VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / WinFormsSystemClipboard Class / SetDataItems(String[],Object[]) Method
Syntax Requirements SeeAlso
In This Topic
SetDataItems(String[],Object[]) Method (WinFormsSystemClipboard)
In This Topic
Sets the data items.
Syntax
'Declaration

Public Sub SetDataItems( _
ByVal itemsFormat
The items formats.
() As System.String, _
ByVal itemsData
The data items in specified formats.
() As System.Object _
)
public void SetDataItems(
System.String[] itemsFormat,
System.Object[] itemsData
)

Parameters

itemsFormat
The items formats.
itemsData
The data items in specified formats.
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