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





Reads an image.

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

 Syntax

C#  Copy Code

public Image ReadImage (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadImage( _
    reader As BinaryReader _
) As Image

 Parameters

reader
Type: BinaryReader
An instance of the System.IO.BinaryReader class to read from.

 Return Value

Type: Image
The System.Drawing.Image object that has been read.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace