Reports for WinForms | ComponentOne
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 Boolean
    public bool AllowCopyContent {get; set;}
    See Also