Click or drag to resize

PdfTranslatorOwnerPassword Property

Note: This API is now obsolete.

Sets or gets an owner password to use for the document. Default value is null (no password).

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.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 OwnerPassword { get; set; }

Property Value

Type: String
Remarks

PDF documents have two passwords associated with them, a user password and an owner password. If an encrypted document is opened by a conforming reader using the owner password, then the security Permissions are ignored. If an encrypted document is opened by a conforming reader using the user password, then the security Permissions are enforced. When a document is created with only one password or one unique password, it is considered the same as having only an owner password.

PDF/A standard does not support encryption and password-protected access permissions.

See Also