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( Stream stream, PdfDocumentOpenMode openmode, PdfPasswordProvider passwordProvider )
Parameters
- stream
- Type: System.IOStream
- openmode
- Type: PdfEdit.Pdf.IOPdfDocumentOpenMode
- passwordProvider
- Type: PdfEdit.Pdf.IOPdfPasswordProvider
Return Value
Type: PdfDocumentSee Also