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