PdfGeneratedDocumentOwnerPassword Property |
Note: This API is now obsolete.
Gets or sets the owner 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 OwnerPassword { get; set; }
<ObsoleteAttribute("This property is obsolete. Use PdfSaveOptions.SetOneTimePasswords() instead to provide the passwords for saving.",
true)>
Public Property OwnerPassword As String
Get
Set
Property Value
Type:
String
The owner password.
See Also