| Overload | Description |
|---|---|
| Open(String) | Creates a PDFFile object from the given pdf file. |
| Open(String,Byte[]) | Creates a PDFFile object from the given pdf file. |
| Open(Stream) | Creates a PDFFile object from the given stream object. |
| Open(Stream,Byte[]) | Creates a PDFFile object from the given stream object. |