PdfGeneratedDocumentUserPassword Property |
Note: This API is now obsolete.
Gets or sets the user password.
Namespace:
Atalasoft.PdfDoc.Generating
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("This property is obsolete. Use PdfSaveOptions.SetOneTimePasswords() instead to provide the passwords for saving.",
true)]
public string UserPassword { get; set; }
<ObsoleteAttribute("This property is obsolete. Use PdfSaveOptions.SetOneTimePasswords() instead to provide the passwords for saving.",
true)>
Public Property UserPassword As String
Get
Set
Property Value
Type:
String
The user password.
See Also