IClipboardHandlerPasteFrom Method (IJChemMolecule)ChemAxon .NET API
Retrieves one molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.

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

bool PasteFrom(
	out IJChemMolecule molecule
)

Parameters

molecule
Type: IJChemMolecule
Molecule from the clipboard

Return Value

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

Reference