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

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