ComponentOne Reports for WPF
C1.C1Report Namespace / PdfSecurityOptions Class / AllowPrint Property

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