IsOwner

Top  Previous  Next

This property is used to find out if an encrypted document is opened with owner's password or not. This is a read-only property.

 

 

 

If the document is opened with owner's password is True, provide master password for decrypting the document. Otherwise, provide the user password to decrypt the document.

 

 

 

Syntax

 

 

[VC++]

BOOL GetIsOwner();\

 

[CS]

public abstract new bool IsOwner [  get]

 

[VB]

Property IsOwner As Boolean