VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IObjectClipboard Interface / SetData(String,Object) Method
Syntax Requirements SeeAlso
In This Topic
    SetData(String,Object) Method (IObjectClipboard)
    In This Topic
    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also