ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / PdfFilter Class / Password Property

In This Topic
    Password Property (PdfFilter)
    In This Topic
    Gets or sets the owner password associated with the PDF document.
    Syntax
    'Declaration
     
    Public Property Password As System.String
    public System.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