In This Topic
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.
See Also