ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSecurity Class / OwnerPassword Property

In This Topic
    OwnerPassword Property (PdfSecurity)
    In This Topic
    Gets or sets the password required to change permissions for the Pdf document.
    Syntax
    'Declaration
     
    
    Public Property OwnerPassword As String
    public string OwnerPassword {get; set;}
    See Also