PdfDocumentSecurityUserPassword Property  | 
 
            Gets or sets a value representing the user password (the password required to open a document) when output from RAD PDF.
            
 
    Namespace: 
   RadPdf.Data.Document
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic string UserPassword { get; set; }Public Property UserPassword As String
	Get
	Set
Property Value
Type: 
String
Remarks
            This value can be null if no user password is set.
            
            In some software (including Adobe Acrobat), this is referred to as the "Document Open Password".
            
See Also