| PdfLiteSettingsThrowPasswordException Property  | 
  
    Namespace: 
   RadPdf.Lite
    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 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
See Also