Click or drag to resize

PdfSaveOptionsUserPassword Property

Note: This API is now obsolete.

Gets or sets the user password to use for saving the document. This parameter may be .

Namespace:  Atalasoft.PdfDoc
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 SetOneTimePasswords() instead to provide the passwords for saving.", 
	true)]
public string UserPassword { get; set; }

Property Value

Type: String
See Also