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

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

public bool IsValidPassword(
	string fileName,
	string password
)

Parameters

fileName
Type: SystemString
PDF file name
password
Type: SystemString
PDF password

Return Value

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

Reference