PdfUtilGetPdfDocument(Stream) Method |  |
Gets an instance of a PDF document loaded from the specified filepath.
Namespace: Compiled.EDD.Scripting.Extensions.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic static IPdfDocument GetPdfDocument(
Stream stream
)
Parameters
- stream Stream
- The stream to load the PDF from.
Return Value
IPdfDocumentAn instance of a PDF document loaded from the specified stream.
See Also