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:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string UserPassword { get; set; }
Public Property UserPassword As String
Get
Set
Property Value
Type:
StringRemarks
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