PdfEncryptionDetailsOwnerPassword Property

Gets or sets the Owner password.

Namespace:  Aspose.Diagram.Saving
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public string OwnerPassword { get; set; }

Property Value

Type: String
Remarks
Opening the document with the correct owner password (assuming it is not the same as the user password) allows full (owner) access to the document. This unlimited access includes the ability to change the document’s passwords and access permissions.
See Also