PdfPrintIsValidPassword Method (Byte, String)Terminal Works - PDF Printing.Net Library
Checks if the password is valid.

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

public bool IsValidPassword(
	byte[] pdfArray,
	string password
)

Parameters

pdfArray
Type: SystemByte
PDF content
password
Type: SystemString
PDF password

Return Value

Type: Boolean
True if the password is valid, otherwise false.
See Also

Reference