MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext.WriteImage Method
See Also
 





Writes the specified image.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void WriteImage (
    Image image,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteImage( _
    image As Image, _
    writer As BinaryWriter _
)

 Parameters

image
Type: Image
The System.Drawing.Image to write.
writer
Type: BinaryWriter
An instance of the System.IO.BinaryWriter class to write to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace