PdfDocumentProcessor.LoadDocument Method
Name | Parameters | Description |
---|---|---|
Load |
stream, detach |
Opens a PDF document from the specified stream using detach stream mode. |
Load |
stream | Opens a PDF document from the specified stream. |
Load |
path, detach |
Opens a PDF document from the specified file using detach stream mode. |
Load |
path | Opens a PDF document from the specified file. |