ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfSecurity Class / AllowCopyContent Property

In This Topic
    AllowCopyContent Property (PdfSecurity)
    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