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)
Syntaxpublic string OwnerPassword { get; set; }Public Property OwnerPassword As String
Get
Set
public:
property String^ OwnerPassword {
String^ get ();
void set (String^ value);
}member OwnerPassword : string with 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