XImageFromFile Method Terminal Works - PDF Printing.Net Library
Creates an image from the specified file.

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

public static XImage FromFile(
	string path
)

Parameters

path
Type: SystemString
The path to a BMP, PNG, GIF, JPEG, TIFF, or PDF file.

Return Value

Type: XImage
See Also

Reference