←Select platform

ModifyDocument Property

Summary

Enables or disables editing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ModifyDocument {get; set;} 
Public Property ModifyDocument As Boolean 
public bool ModifyDocument {get; set;} 
@property (nonatomic, assign) BOOL modifyDocument 
public boolean getModifyDocument() 
public void setModifyDocument(boolean value) 
             
  
get_ModifyDocument(); 
set_ModifyDocument(value); 
Object.defineProperty('ModifyDocument');  
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

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