[]
Load a PDF document from a file.
public void LoadDocument(string fileName, string password = null)
Type | Name | Description |
---|---|---|
string | fileName | The name of the file that contains the PDF document. |
string | password | A user password for a a PDF document. |
Load a PDF document from a Stream.
public void LoadDocument(Stream stream, string password = null)
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
string | password | A user password for a a PDF document. |