ImageGear .NET v25.0 - Updated
NewUserPW Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : 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