PdfReaderOpen Method (String, PdfDocumentOpenMode)Terminal Works - PDF Printing.Net Library
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.1.1.0 (5.1.1.0)
Syntax

public static PdfDocument Open(
	string path,
	PdfDocumentOpenMode openmode
)

Parameters

path
Type: SystemString
openmode
Type: PdfEdit.Pdf.IOPdfDocumentOpenMode

Return Value

Type: PdfDocument
See Also

Reference