Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / PdfSecurity Class / OwnerPassword Property


In This Topic
OwnerPassword Property
In This Topic
The owner password that permits full access to the document regardless of the specified user permissions.
Syntax
'Declaration
 
Public Property OwnerPassword As String
 
'Usage
 
Dim instance As PdfSecurity
Dim value As String
 
instance.OwnerPassword = value
 
value = instance.OwnerPassword
See Also