←Select platform

CopyEnabled Property

Summary

Indicates whether the PDF document has copy text access rights.

Syntax

C#
VB
C++
public bool CopyEnabled {get; set;}
Public Property CopyEnabled As Boolean
public: 
property bool CopyEnabled { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow external viewers and editors to copy text from the PDF document; otherwise, it is false. The default value is true.

Remarks

The value of CopyEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Pdf Assembly
Click or drag to resize