Click or drag to resize

DataObjectGetDataStream Method

Gets the data stream with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Stream GetDataStream(
	string type
)

Parameters

type
Type: SystemString
Type identifier that was used to store the data.

Return Value

Type: Stream
The data stream if found, or null otherwise.
See Also