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

    See Also