Class IronQrPdfPasswordException
Represents errors that occur during PDF processing in IronQr due to incorrect or missing password.
Namespace: IronQr.Exceptions
Assembly: IronQr.dll
Syntax
public class IronQrPdfPasswordException : IronQrException
Remarks
This exception is thrown when a PDF document cannot be read due to password issues.
See Also
IronQrPdfPasswordException is raised when IronQR processes a password-protected PDF and the supplied password is wrong or missing. It surfaces while reading QR codes from a secured PDF or stamping a code onto one. Supply the correct owner or user password for the document and try the operation again. The exception derives from IronQrException, so code that catches the base type also catches this case while still allowing a targeted catch for a clearer prompt.