ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / OwnerPassword Property

In This Topic
    OwnerPassword Property (PdfExportSettings)
    In This Topic
    Gets or sets the owner password that can be entered in the reader.
    Syntax
    'Declaration
     
    Public Property OwnerPassword As StringDefaultExportSetting
    public StringDefaultExportSetting OwnerPassword {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the owner password.
    Remarks
    It permits full access to the document regardless of the specified user permissions.
    See Also