ImageGear .NET v25.0 - Updated
NewOwnerPW Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : NewOwnerPW Property
Gets or sets a value indicating whether the owner password should be changed.
Syntax
'Declaration
 
Public Property NewOwnerPW As Boolean
'Usage
 
Dim instance As ImGearPDFSecurityData
Dim value As Boolean
 
instance.NewOwnerPW = value
 
value = instance.NewOwnerPW
public bool NewOwnerPW {get; set;}
public: __property bool get_NewOwnerPW();
public: __property void set_NewOwnerPW( 
   bool value
);
public:
property bool NewOwnerPW {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members