Spread Windows Forms 15.0
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
    public string OwnerPassword {get; set;}
    See Also