PdfWebControlThrowPasswordException Property |
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool ThrowPasswordException { get; set; }
Public Property ThrowPasswordException As Boolean
Get
Set
Property Value
Type:
Booleantrue if a
RadPdfPdfProcessingPasswordException will be thrown on invalid or missing password; otherwise
false if the web client should be prompted for the PDF password. The default is
false.
Remarks
If
false (default), the web user will only be prompted for the PDF password in the web browser.
This password will be transmitted securely if the
PdfWebControl instance exists on a page encrypted with SSL.
See Also