ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / OwnerPassword Property

In This Topic
    OwnerPassword Property (PdfExportOptions)
    In This Topic
    Specifies the PDF Owner's password when using the PDF Viewer type and the Encrypt property is set to true. If this value is left null or empty, the user is not granted full permissions to the pdf file security settings.
    Syntax
    'Declaration
     
    Public Property OwnerPassword As String
    public string OwnerPassword {get; set;}
    See Also