VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Utils Namespace / WpfSystemClipboard Class / SetData(String,Object) Method
Syntax Requirements SeeAlso
In This Topic
    SetData(String,Object) Method (WpfSystemClipboard)
    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
    )
    public: void SetData(
    System.String format,
    System.Object data
    )
    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also