ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfSecurity Class / AllowPrint Property

In This Topic
    AllowPrint Property (PdfSecurity)
    In This Topic
    Gets or sets a value indicating whether the user can print the PDF document.
    Syntax
    'Declaration
     
    Public Property AllowPrint As System.Boolean
    public System.bool AllowPrint {get; set;}
    See Also