Click or drag to resize

PdfImageLoad(String, ImageLoadOptions) Method

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

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

Parameters

path  String
The path to a file from which to load a PdfImage.
options  ImageLoadOptions
The options used for loading a PdfImage from a file.

Return Value

PdfImage
A loaded PdfImage.
See Also