Click or drag to resize

ClipboardData Serialize Method

Saves clipboard data into stream.

Namespace: Spire.Doc.CompoundFile
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Serialize(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
Stream to write data into.

Return Value

Type: Int32
Size of the written data.
See Also