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
)
Public Function Serialize (
stream As Stream
) As Integer
public:
int Serialize(
Stream^ stream
)
member Serialize :
stream : Stream -> int
Parameters
-
stream
-
Type:
System.IO
Stream
Stream to write data into.
Return Value
Type:
Int32
Size of the written data.
See Also