←Select platform

ModifyAnnotation Property

Summary

Enables or disables annotation editing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ModifyAnnotation { get; set; } 
Public Property ModifyAnnotation As Boolean 
public bool ModifyAnnotation {get; set;} 
@property (nonatomic, assign) BOOL modifyAnnotation 
public boolean getModifyAnnotation() 
public void setModifyAnnotation(boolean value) 
             
 <br/>get_ModifyAnnotation();<br/>set_ModifyAnnotation(value);<br/>Object.defineProperty('ModifyAnnotation');  
public: 
property bool ModifyAnnotation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to CodecsPdfOptions.

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.Codecs Assembly