ImageGear .NET v25.2 - Updated
OwnerPW Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : OwnerPW Property
The owner password string.
Syntax
'Declaration
 
Public Property OwnerPW As String
'Usage
 
Dim instance As ImGearPDFSecurityData
Dim value As String
 
instance.OwnerPW = value
 
value = instance.OwnerPW
public string OwnerPW {get; set;}
public: __property string* get_OwnerPW();
public: __property void set_OwnerPW( 
   string* value
);
public:
property String^ OwnerPW {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members

Is this page helpful?
Yes No
Thanks for your feedback.