Namespace: BitMiracle.Docotic.Pdf
public string OwnerPassword { get; }
Public ReadOnly Property OwnerPassword As String Get
Owner password allows full (owner) access to the document. This unlimited access includes the ability to change the document's passwords and access permissions.
If only owner password is specified and UserPassword is null or empty string, then users of the encrypted document will be able to open it without a password.
If owner password is null or empty string and user password is not null and not empty string, then the document will be saved with the same value for user and owner passwords.