Click or drag to resize

PdfWebControlThrowPasswordException Property

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ThrowPasswordException { get; set; }

Property Value

Type: Boolean
true 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