Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / PdfFilter Class / Password Property

In This Topic
    Password Property
    In This Topic
    Gets or sets the owner password associated with the PDF document.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}
    Remarks

    The owner password is required for making changes to the document.

    This property is deprecated. The new PdfSecurityOptions property allows you to set owner and user passwords, as well as permissions for editing and printing the document.

    See Also