Click or drag to resize

PdfImageLoad(String) Method

Loads a PdfImage from a file with the specified path and with the Default options.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfImage Load(
	string path
)

Parameters

path  String
The path to a file from which to load a PdfImage.

Return Value

PdfImage
A loaded PdfImage.
See Also