ImageGear .NET v25.0 - Updated
HasUserPW Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSecurityData Class : HasUserPW Property
Gets or sets a value indicating whether the user password is provided.
Syntax
'Declaration
 
Public Property HasUserPW As Boolean
'Usage
 
Dim instance As ImGearPDFSecurityData
Dim value As Boolean
 
instance.HasUserPW = value
 
value = instance.HasUserPW
public bool HasUserPW {get; set;}
public: __property bool get_HasUserPW();
public: __property void set_HasUserPW( 
   bool value
);
public:
property bool HasUserPW {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members