| PdfWebControlThrowPasswordException Property  | 
  
    Namespace: 
   RadPdf.Web.UI
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic 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
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
See Also