Spread Windows Forms 12.0 Product Documentation
OwnerPassword Property


FarPoint.PDF Assembly > FarPoint.PDF Namespace > PdfSecurity Class : OwnerPassword Property
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
public string OwnerPassword {get; set;}
See Also

Reference

PdfSecurity Class
PdfSecurity Members