ImageGear for .NET
NewUserPW Property




Gets or sets a value indicating whether the user password should be changed.
Syntax
'Declaration
 
Public Property NewUserPW As Boolean
'Usage
 
Dim instance As ImGearPDFSecurityData
Dim value As Boolean
 
instance.NewUserPW = value
 
value = instance.NewUserPW
public bool NewUserPW {get; set;}
public: __property bool get_NewUserPW();
public: __property void set_NewUserPW( 
   bool value
);
public:
property bool NewUserPW {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback