Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public string UserPassword { 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