XImageFromStream Method Terminal Works - PDF Printing.Net Library
Creates an image from the specified stream.
Silverlight supports PNG and JPEF only.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public static XImage FromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream containing a BMP, PNG, GIF, JPEG, TIFF, or PDF file.

Return Value

Type: XImage
See Also

Reference