+
+ If the Password parameter is not set and the PDF document is password-protected, the PDF Viewer component will prompt the user to enter the password.
+ In the following example, the PDF Viewer prompts the user to enter the password for the protected PDF document. Enter 12345 as the password to view the document.
+
+
+
+
@code {
private const string pageUrl = RouteConstants.Demos_PDFViewer_Documentation;
private const string pageTitle = "Blazor PDF Viewer";
diff --git a/BlazorBootstrap.Demo.RCL/Components/Pages/PdfViewer/PdfViewer_Demo_05_Password_Protected_A.razor b/BlazorBootstrap.Demo.RCL/Components/Pages/PdfViewer/PdfViewer_Demo_05_Password_Protected_A.razor
new file mode 100644
index 000000000..2be8ced72
--- /dev/null
+++ b/BlazorBootstrap.Demo.RCL/Components/Pages/PdfViewer/PdfViewer_Demo_05_Password_Protected_A.razor
@@ -0,0 +1,3 @@
+