Click or drag to resize

PdfLiteSettingsThrowPasswordException Property

Namespace:  RadPdf.Lite
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 be prompted for the PDF password in the web browser. This password will only be transmitted securely if the PdfWebControlLite instance exists on a page encrypted with SSL.
See Also