Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / PdfSecurityOptions Class / AllowCopyContent Property

In This Topic
    AllowCopyContent Property
    In This Topic
    Gets or sets whether the user can copy contents from the Pdf document.
    Syntax
    'Declaration
     
    Public Property AllowCopyContent As Boolean
    public bool AllowCopyContent {get; set;}
    See Also