ImageGear .NET v25.0 - Updated
HasOwnerPW Property




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

Property Value

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

Reference

ImGearPDFSecurityData Class
ImGearPDFSecurityData Members