Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfDocumentProcessor.LoadDocument Method

Name Parameters Description
LoadDocument(Stream, Boolean) stream, detachStreamAfterLoadComplete Opens a PDF document from the specified stream using detach stream mode.
LoadDocument(Stream) stream Opens a PDF document from the specified stream.
LoadDocument(String, Boolean) path, detachStreamAfterLoadComplete Opens a PDF document from the specified file using detach stream mode.
LoadDocument(String) path Opens a PDF document from the specified file.