Click or drag to resize

PdfUtilGetPdfDocument(String) Method

Gets an instance of a PDF document loaded from the specified filepath.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public static IPdfDocument GetPdfDocument(
	string filePath
)

Parameters

filePath  String
The file to load the PDF from.

Return Value

IPdfDocument
An instance of a PDF document loaded from the specified filepath.
See Also