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. |