←Select platform

EditEnabled Property

Summary

Indicates whether the PDF document can be edited.

Syntax

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

Property Value

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

Remarks

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

If the value of EditEnabled is set to true, then AssemblyEnabled is considered to be true regardless of the value set in the property.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly