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

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

public PdfPrintDocument LoadDocument(
	byte[] fileContent,
	string password = ""
)

Parameters

fileContent
Type: SystemByte
Stream to load
password (Optional)
Type: SystemString
Password (if needed)

Return Value

Type: PdfPrintDocument
See Also

Reference