Click or drag to resize

PdfImage FromFile Method

Creates PdfImage from a file.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static PdfImage FromFile(
	string path
)

Parameters

path
Type: System String
Path to a file.

Return Value

Type: PdfImage
Returns a created PdfImage object.
See Also