←Select platform

ModifyDocument Property

Summary

Enables or disables editing.

Syntax
C#
VB
Objective-C
C++
Java
public bool ModifyDocument { get; set; } 
Public Property ModifyDocument As Boolean 
@property (nonatomic, assign) BOOL modifyDocument 
public boolean getModifyDocument() 
public void setModifyDocument(boolean value) 
public: 
property bool ModifyDocument { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to give the user of the PDF document permission to edit the document.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly