Method LoadPdfAsync
LoadPdfAsync(Stream)
Loads a new document. This discards the previous document.
Declaration
Task<bool> LoadPdfAsync(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System. |
stream | The document as a stream. |
Returns
Type | Description |
---|---|
System. |
The returned task results in in case of error.
|
LoadPdfAsync(Byte[])
Loads a new document. This discards the previous document.
Declaration
Task<bool> LoadPdfAsync(byte[] document)
Parameters
Type | Name | Description |
---|---|---|
System. |
document |
Returns
Type | Description |
---|---|
System. |
The returned task results in in case of error.
|