Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export Namespace / PdfSecurityOptions Class / AllowPrint Property

In This Topic
    AllowPrint Property
    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