PdfPrintLoadDocument Method (String, String)Terminal Works - PDF Printing.Net Library
Loads the specified file into an in-memory PdfPrintDocument document.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfPrintDocument LoadDocument(
	string fileName,
	string password = ""
)

Parameters

fileName
Type: SystemString
File to load
password (Optional)
Type: SystemString
Password (if needed)

Return Value

Type: PdfPrintDocument
See Also

Reference