ImageGear .NET v25.2 - Updated
UserPW Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : UserPW Property
The user password string.
Syntax
'Declaration
 
Public Property UserPW As String
'Usage
 
Dim instance As ImGearPDFSecurityData
Dim value As String
 
instance.UserPW = value
 
value = instance.UserPW
public string UserPW {get; set;}
public: __property string* get_UserPW();
public: __property void set_UserPW( 
   string* value
);
public:
property String^ UserPW {
   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.