ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSecurityData Class / UserPW Property




In This Topic
    UserPW Property
    In This Topic
    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