FileSerializer.SerializeFile (Stream) Method

Serializes the file to stream.
Public Sub SerializeFile( _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
public void SerializeFile( 
Stream stream 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream.

Exception type Condition

EyeshotException

Thrown when the FileHeader or FileBody are null.

Remarks
 
When the Content is contentType.None, it is set equal to the FileHeader.Content.

.NET Framework

Supported in: 4.8

In this article

Definition