Opens an existing PDF document.
Note: Using openmode values Modify or Import removes
any existing security settings from the document.
Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public static PdfDocument Open( string path, string password, PdfDocumentOpenMode openmode, PdfPasswordProvider provider )
Parameters
- path
- Type: SystemString
- password
- Type: SystemString
- openmode
- Type: PdfEdit.Pdf.IOPdfDocumentOpenMode
- provider
- Type: PdfEdit.Pdf.IOPdfPasswordProvider
Return Value
Type: PdfDocumentSee Also