Expert PDF Merge Library
OwnerPassword Property
NamespacesExpertPdf.MergePdfPdfSecurityOptionsOwnerPassword
Expert PDF Merge Library
The password required to change permissions of the PDF document like printing or editing. If the OwnerPassword property is an empty string and the UserPassword is not empty, the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password) all the operations like printing, copying, etc will be allowed.
Declaration Syntax
C#Visual BasicVisual C++
public string OwnerPassword { get; set; }
Public Property OwnerPassword As String
public:
property String^ OwnerPassword {
	String^ get ();
	void set (String^ value);
}

Assembly: ExpertPdf.MergePdf (Module: ExpertPdf.MergePdf) Version: 3.2.0.0 (3.2.0.0)