Click or drag to resize

PdfUtilGetNewPdfDocument Method

Gets an empty PDF document.

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 GetNewPdfDocument()

Return Value

IPdfDocument
An instance of an empty PDF document.
See Also