ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export 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 System.String
    public System.string OwnerPassword {get; set;}
    See Also