IClipboardHandlerPasteFrom Method (IClipboardTable)ChemAxon .NET API
Retrieves mixed (molecule and other type of) data from the clipboard. A return value indicates whether there is mixed data on the clipboard.

Namespace: ChemAxon.NET.API.IO
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

bool PasteFrom(
	out IClipboardTable clipboardTable
)

Parameters

clipboardTable
Type: IClipboardTable
Mixed clipboard data

Return Value

Type: Boolean
true if there is mixed data on the clipboard; otherwise false
See Also

Reference